e1502106f2ca3bf148a8c3539e455e58098b7d88
[reactos.git] / rostests / apitests / shell32 / CMakeLists.txt
1
2 set_cpp(WITH_RUNTIME)
3
4 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
5
6 add_executable(shell32_apitest
7 CMyComputer.cpp
8 CShellDesktop.cpp
9 CShellLink.cpp
10 menu.cpp
11 ShellExecuteEx.cpp
12 shelltest.cpp
13 SHParseDisplayName.cpp
14 testlist.c)
15 target_link_libraries(shell32_apitest wine uuid ${PSEH_LIB})
16 set_module_type(shell32_apitest win32cui)
17 add_importlibs(shell32_apitest user32 gdi32 shell32 ole32 oleaut32 advapi32 shlwapi msvcrt kernel32 ntdll)
18 add_cd_file(TARGET shell32_apitest DESTINATION reactos/bin FOR all)