[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / modules / rostests / rosautotest / CMakeLists.txt
1
2 list(APPEND SOURCE
3 CConfiguration.cpp
4 CFatalException.cpp
5 CInvalidParameterException.cpp
6 CJournaledTestList.cpp
7 CPipe.cpp
8 CPipedProcess.cpp
9 CProcess.cpp
10 CSimpleException.cpp
11 CTestList.cpp
12 CVirtualTestList.cpp
13 CWebService.cpp
14 CWineTest.cpp
15 main.cpp
16 misc.cpp
17 shutdown.cpp
18 tools.cpp
19 precomp.h)
20
21 add_executable(rosautotest ${SOURCE} ${CMAKE_CURRENT_BINARY_DIR}/rosautotestmsg.rc)
22 target_link_libraries(rosautotest cppstl)
23 set_target_cpp_properties(rosautotest WITH_EXCEPTIONS)
24 set_module_type(rosautotest win32cui UNICODE)
25 add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
26 add_pch(rosautotest precomp.h SOURCE)
27 add_message_headers(ANSI rosautotestmsg.mc)
28 add_dependencies(rosautotest rosautotestmsg)
29 add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)