[REACTOS]
[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 SetCurrentDirectory.c
12 SetUnhandledExceptionFilter.c
13 testlist.c)
14
15 add_executable(kernel32_apitest ${SOURCE})
16 target_link_libraries(kernel32_apitest wine ${PSEH_LIB})
17 set_module_type(kernel32_apitest win32cui)
18 add_importlibs(kernel32_apitest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
19 add_cd_file(TARGET kernel32_apitest DESTINATION reactos/bin FOR all)