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