mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
e58c2e969c
- rostests side of r53559 - remove some definitions instead of just staring at the compiler emitting warnings svn path=/trunk/; revision=53560
27 lines
608 B
CMake
27 lines
608 B
CMake
|
|
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)
|
|
|
|
add_executable(rosautotest ${SOURCE})
|
|
|
|
set_module_type(rosautotest win32cui UNICODE)
|
|
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
|
|
add_pch(rosautotest precomp.h)
|
|
|
|
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all) |