2011-04-28 22:10:51 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2013-12-19 21:39:09 +00:00
|
|
|
dosdev.c
|
2013-06-02 17:01:22 +00:00
|
|
|
FindFiles.c
|
2012-05-04 10:28:54 +00:00
|
|
|
GetCurrentDirectory.c
|
2011-04-28 22:10:51 +00:00
|
|
|
GetDriveType.c
|
2012-05-04 12:31:47 +00:00
|
|
|
GetModuleFileName.c
|
2013-12-19 21:39:09 +00:00
|
|
|
interlck.c
|
2012-08-27 16:34:17 +00:00
|
|
|
lstrcpynW.c
|
2013-02-09 10:56:28 +00:00
|
|
|
MultiByteToWideChar.c
|
2015-04-18 19:46:57 +00:00
|
|
|
PrivMoveFileIdentityW.c
|
2012-05-04 10:28:54 +00:00
|
|
|
SetCurrentDirectory.c
|
2012-09-11 04:34:03 +00:00
|
|
|
SetUnhandledExceptionFilter.c
|
2015-02-20 10:29:47 +00:00
|
|
|
TerminateProcess.c
|
2015-05-25 10:30:12 +00:00
|
|
|
TunnelCache.c
|
2011-04-28 22:10:51 +00:00
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(kernel32_apitest ${SOURCE})
|
|
|
|
target_link_libraries(kernel32_apitest wine ${PSEH_LIB})
|
|
|
|
set_module_type(kernel32_apitest win32cui)
|
2012-05-04 12:31:47 +00:00
|
|
|
add_importlibs(kernel32_apitest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET kernel32_apitest DESTINATION reactos/bin FOR all)
|