mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
8 lines
332 B
Text
8 lines
332 B
Text
|
|
||
|
add_executable(sdk_apitest delayimp.cpp testlist.c)
|
||
|
set_module_type(sdk_apitest win32cui)
|
||
|
target_link_libraries(sdk_apitest ${PSEH_LIB})
|
||
|
add_importlibs(sdk_apitest msvcrt kernel32 ntdll)
|
||
|
add_delay_importlibs(sdk_apitest winmm version dbghelp shlwapi sfc_os imagehlp)
|
||
|
add_cd_file(TARGET sdk_apitest DESTINATION reactos/bin FOR all)
|