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