[CRT]
[reactos.git] / rostests / rosautotest / CMakeLists.txt
1
2 set_unicode()
3 set_cpp()
4
5 list(APPEND SOURCE
6 CConfiguration.cpp
7 CFatalException.cpp
8 CInvalidParameterException.cpp
9 CJournaledTestList.cpp
10 CProcess.cpp
11 CSimpleException.cpp
12 CTest.cpp
13 CTestInfo.cpp
14 CTestList.cpp
15 CVirtualTestList.cpp
16 CWebService.cpp
17 CWineTest.cpp
18 main.cpp
19 shutdown.cpp
20 tools.cpp)
21
22 add_executable(rosautotest
23 #${CMAKE_CURRENT_BINARY_DIR}/rosautotest_precomp.h.gch
24 ${SOURCE})
25
26 #add_pch(rosautotest ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
27 set_module_type(rosautotest win32cui)
28 add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
29
30 add_cab_target(rosautotest 1)