[ROSAPPS] Add devutils to cmake build. Thx for Amine Khaldi, Thomas Faber and learn_m...
[reactos.git] / rosapps / applications / devutils / syscalldump / CMakeLists.txt
1
2 add_executable(syscalldump syscalldump.c)
3 set_module_type(syscalldump win32cui)
4 target_link_libraries(syscalldump wine)
5 add_importlibs(syscalldump dbghelp msvcrt kernel32)
6 add_cd_file(TARGET syscalldump DESTINATION reactos/system32 FOR all)