[NTDLL_APITEST] Add tests for RtlpEnsureBufferSize. CORE-11990
[reactos.git] / rostests / rosautotest / CMakeLists.txt
1
2 set_cpp(WITH_EXCEPTIONS WITH_STL)
3
4 list(APPEND SOURCE
5 CConfiguration.cpp
6 CFatalException.cpp
7 CInvalidParameterException.cpp
8 CJournaledTestList.cpp
9 CPipe.cpp
10 CPipedProcess.cpp
11 CProcess.cpp
12 CSimpleException.cpp
13 CTest.cpp
14 CTestInfo.cpp
15 CTestList.cpp
16 CVirtualTestList.cpp
17 CWebService.cpp
18 CWineTest.cpp
19 main.cpp
20 misc.cpp
21 shutdown.cpp
22 tools.cpp
23 precomp.h)
24
25 add_executable(rosautotest ${SOURCE} ${CMAKE_CURRENT_BINARY_DIR}/rosautotestmsg.rc)
26 set_module_type(rosautotest win32cui UNICODE)
27 add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
28 add_pch(rosautotest precomp.h SOURCE)
29 add_message_headers(ANSI rosautotestmsg.mc)
30 add_dependencies(rosautotest rosautotestmsg)
31 add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all)