2010-12-30 17:55:25 +00:00
|
|
|
|
2013-06-22 14:44:56 +00:00
|
|
|
set_cpp(WITH_EXCEPTIONS WITH_STL)
|
2010-12-30 17:55:25 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
CConfiguration.cpp
|
|
|
|
CFatalException.cpp
|
|
|
|
CInvalidParameterException.cpp
|
|
|
|
CJournaledTestList.cpp
|
2015-02-16 13:17:04 +00:00
|
|
|
CPipe.cpp
|
|
|
|
CPipedProcess.cpp
|
2010-12-30 17:55:25 +00:00
|
|
|
CProcess.cpp
|
|
|
|
CSimpleException.cpp
|
|
|
|
CTest.cpp
|
|
|
|
CTestInfo.cpp
|
|
|
|
CTestList.cpp
|
|
|
|
CVirtualTestList.cpp
|
|
|
|
CWebService.cpp
|
|
|
|
CWineTest.cpp
|
|
|
|
main.cpp
|
2014-08-27 20:19:43 +00:00
|
|
|
misc.cpp
|
2010-12-30 17:55:25 +00:00
|
|
|
shutdown.cpp
|
2014-02-10 17:05:15 +00:00
|
|
|
tools.cpp
|
|
|
|
precomp.h)
|
2010-12-30 17:55:25 +00:00
|
|
|
|
2016-09-28 23:20:20 +00:00
|
|
|
add_executable(rosautotest ${SOURCE} ${CMAKE_CURRENT_BINARY_DIR}/rosautotestmsg.rc)
|
2011-09-03 19:19:57 +00:00
|
|
|
set_module_type(rosautotest win32cui UNICODE)
|
2010-12-30 17:55:25 +00:00
|
|
|
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
|
2014-02-10 17:05:15 +00:00
|
|
|
add_pch(rosautotest precomp.h SOURCE)
|
2014-08-27 20:19:43 +00:00
|
|
|
add_message_headers(ANSI rosautotestmsg.mc)
|
|
|
|
add_dependencies(rosautotest rosautotestmsg)
|
2013-02-17 15:12:16 +00:00
|
|
|
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)
|