reactos/rostests/rosautotest/CMakeLists.txt
Hermès Bélusca-Maïto 4b67338a7f [REACTOS]: Do not gather all the generated message resource files in the same directory (sdk/include/reactos/), so that to avoid potential file collisions, but instead place them into their respective per-target directories.
CORE-12062 #resolve

[RAPPS_NEW]: Fix rapps_new message header & resource files inclusion.

[ROSTESTS]: Adjust the CMakeLists files in accordance.

svn path=/trunk/; revision=72846
2016-09-28 23:20:20 +00:00

32 lines
836 B
CMake

set_cpp(WITH_EXCEPTIONS WITH_STL)
list(APPEND SOURCE
CConfiguration.cpp
CFatalException.cpp
CInvalidParameterException.cpp
CJournaledTestList.cpp
CPipe.cpp
CPipedProcess.cpp
CProcess.cpp
CSimpleException.cpp
CTest.cpp
CTestInfo.cpp
CTestList.cpp
CVirtualTestList.cpp
CWebService.cpp
CWineTest.cpp
main.cpp
misc.cpp
shutdown.cpp
tools.cpp
precomp.h)
add_executable(rosautotest ${SOURCE} ${CMAKE_CURRENT_BINARY_DIR}/rosautotestmsg.rc)
set_module_type(rosautotest win32cui UNICODE)
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
add_pch(rosautotest precomp.h SOURCE)
add_message_headers(ANSI rosautotestmsg.mc)
add_dependencies(rosautotest rosautotestmsg)
add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)