* Addendum to r71184. CORE-9111
[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 menu.cpp
10 shelltest.cpp
11 testlist.c)
12 target_link_libraries(shell32_apitest wine uuid ${PSEH_LIB})
13 set_module_type(shell32_apitest win32cui)
14 add_importlibs(shell32_apitest user32 gdi32 shell32 ole32 oleaut32 shlwapi msvcrt kernel32 ntdll)
15 add_cd_file(TARGET shell32_apitest DESTINATION reactos/bin FOR all)