mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
ce53947b29
svn path=/trunk/; revision=50386
30 lines
671 B
CMake
30 lines
671 B
CMake
|
|
set_unicode()
|
|
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
|
|
#${CMAKE_CURRENT_BINARY_DIR}/rosautotest_precomp.h.gch
|
|
${SOURCE})
|
|
|
|
#add_pch(rosautotest ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
|
set_module_type(rosautotest win32cui)
|
|
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
|
|
|
|
add_cab_target(rosautotest 1) |