[CMAKE]
[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 precomp.h)
21
22 add_executable(rosautotest ${SOURCE})
23
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
28 add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)