[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 misc.cpp
19 shutdown.cpp
20 tools.cpp
21 precomp.h)
22
23 add_executable(rosautotest ${SOURCE} ${REACTOS_BINARY_DIR}/include/reactos/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)