[MMDEVAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
[reactos.git] / modules / rostests / rosautotest / CMakeLists.txt
1
2 set_cpp(WITH_EXCEPTIONS WITH_STL)
3
4 list(APPEND SOURCE
5 CConfiguration.cpp
6 CFatalException.cpp
7 CInvalidParameterException.cpp
8 CJournaledTestList.cpp
9 CPipe.cpp
10 CPipedProcess.cpp
11 CProcess.cpp
12 CSimpleException.cpp
13 CTestList.cpp
14 CVirtualTestList.cpp
15 CWebService.cpp
16 CWineTest.cpp
17 main.cpp
18 misc.cpp
19 shutdown.cpp
20 tools.cpp
21 precomp.h)
22
23 add_executable(rosautotest ${SOURCE} ${CMAKE_CURRENT_BINARY_DIR}/rosautotestmsg.rc)
24 set_module_type(rosautotest win32cui UNICODE)
25 add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
26 add_pch(rosautotest precomp.h SOURCE)
27 add_message_headers(ANSI rosautotestmsg.mc)
28 add_dependencies(rosautotest rosautotestmsg)
29 add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)