[PRINTING]
[reactos.git] / rostests / apitests / kernel32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 dosdev.c
4 FindFiles.c
5 GetComputerNameEx.c
6 GetCurrentDirectory.c
7 GetDriveType.c
8 GetModuleFileName.c
9 interlck.c
10 lstrcpynW.c
11 MultiByteToWideChar.c
12 PrivMoveFileIdentityW.c
13 SetConsoleWindowInfo.c
14 SetCurrentDirectory.c
15 SetUnhandledExceptionFilter.c
16 TerminateProcess.c
17 TunnelCache.c
18 WideCharToMultiByte.c
19 testlist.c
20 Mailslot.c)
21
22 add_executable(kernel32_apitest ${SOURCE})
23 target_link_libraries(kernel32_apitest wine ${PSEH_LIB})
24 set_module_type(kernel32_apitest win32cui)
25 add_importlibs(kernel32_apitest advapi32 gdi32 user32 shlwapi msvcrt kernel32 ntdll)
26 add_cd_file(TARGET kernel32_apitest DESTINATION reactos/bin FOR all)