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