reactos/rostests/rosautotest/CMakeLists.txt
Amine Khaldi 1c95bdd14c [ROSAUTOTEST]
* Prepare the CMake script for PCH.
* Add header guards to the main header.
CORE-7716

svn path=/trunk/; revision=62102
2014-02-10 17:05:15 +00:00

29 lines
654 B
CMake

set_cpp(WITH_EXCEPTIONS WITH_STL)
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
precomp.h)
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 SOURCE)
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)