mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
c2a8bdf32d
svn path=/trunk/; revision=67308
7 lines
242 B
CMake
7 lines
242 B
CMake
|
|
add_executable(syscalldump syscalldump.c)
|
|
set_module_type(syscalldump win32cui)
|
|
target_link_libraries(syscalldump wine)
|
|
add_importlibs(syscalldump dbghelp msvcrt kernel32)
|
|
add_cd_file(TARGET syscalldump DESTINATION reactos/system32 FOR all)
|