1a8b0555587d52b30b363ef934575ea98ed0266d
[reactos.git] / rostests / apitests / ntdll / CMakeLists.txt
1
2 list(APPEND SOURCE
3 NtAllocateVirtualMemory.c
4 NtFreeVirtualMemory.c
5 RtlInitializeBitMap.c
6 SystemInfo.c
7 ZwContinue.c
8 testlist.c)
9
10 if(ARCH MATCHES i386)
11 list(APPEND SOURCE i386/ZwContinue.S)
12 endif()
13
14 add_executable(ntdll_apitest ${SOURCE})
15 target_link_libraries(ntdll_apitest wine)
16 set_module_type(ntdll_apitest win32cui)
17 add_importlibs(ntdll_apitest msvcrt advapi32 kernel32 ntdll)
18 add_cd_file(TARGET ntdll_apitest DESTINATION reactos/bin FOR all)