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