f1e15669dc2235fb18727323391b01bdef3b69b0
[reactos.git] / 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 CProcess.cpp
10 CSimpleException.cpp
11 CTest.cpp
12 CTestInfo.cpp
13 CTestList.cpp
14 CVirtualTestList.cpp
15 CWebService.cpp
16 CWineTest.cpp
17 main.cpp
18 shutdown.cpp
19 tools.cpp)
20
21 add_executable(rosautotest ${SOURCE})
22
23 set_module_type(rosautotest win32cui UNICODE)
24 add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
25 add_pch(rosautotest precomp.h)
26
27 add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)