2010-12-30 17:55:25 +00:00
|
|
|
|
|
|
|
set_cpp()
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
CConfiguration.cpp
|
|
|
|
CFatalException.cpp
|
|
|
|
CInvalidParameterException.cpp
|
|
|
|
CJournaledTestList.cpp
|
|
|
|
CProcess.cpp
|
|
|
|
CSimpleException.cpp
|
|
|
|
CTest.cpp
|
|
|
|
CTestInfo.cpp
|
|
|
|
CTestList.cpp
|
|
|
|
CVirtualTestList.cpp
|
|
|
|
CWebService.cpp
|
|
|
|
CWineTest.cpp
|
|
|
|
main.cpp
|
|
|
|
shutdown.cpp
|
|
|
|
tools.cpp)
|
|
|
|
|
2011-06-27 17:20:02 +00:00
|
|
|
add_executable(rosautotest ${SOURCE})
|
2010-12-30 17:55:25 +00:00
|
|
|
|
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)
|
2011-06-27 17:20:02 +00:00
|
|
|
add_pch(rosautotest precomp.h)
|
2010-12-30 21:49:36 +00:00
|
|
|
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)
|