Merge the following revisions from kernel-fun branch:
[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 TerminateProcess.c
14 testlist.c)
15
16 add_executable(kernel32_apitest ${SOURCE})
17 target_link_libraries(kernel32_apitest wine ${PSEH_LIB})
18 set_module_type(kernel32_apitest win32cui)
19 add_importlibs(kernel32_apitest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
20 add_cd_file(TARGET kernel32_apitest DESTINATION reactos/bin FOR all)