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