reactos/rostests/apitests/kernel32/CMakeLists.txt
Thomas Faber e556dea177 [KERNEL32]
- Fix GetComputerNameEx behavior with regard to NULL/non-NULL buffers and size calculation
CORE-11368

svn path=/trunk/; revision=71950
2016-07-16 07:08:21 +00:00

25 lines
648 B
CMake

list(APPEND SOURCE
dosdev.c
FindFiles.c
GetComputerNameEx.c
GetCurrentDirectory.c
GetDriveType.c
GetModuleFileName.c
interlck.c
lstrcpynW.c
MultiByteToWideChar.c
PrivMoveFileIdentityW.c
SetCurrentDirectory.c
SetUnhandledExceptionFilter.c
TerminateProcess.c
TunnelCache.c
testlist.c
Mailslot.c)
add_executable(kernel32_apitest ${SOURCE})
target_link_libraries(kernel32_apitest wine ${PSEH_LIB})
set_module_type(kernel32_apitest win32cui)
add_importlibs(kernel32_apitest gdi32 user32 shlwapi msvcrt kernel32 ntdll)
add_cd_file(TARGET kernel32_apitest DESTINATION reactos/bin FOR all)