1 2add_executable(pedump pedump.c pedump.rc) 3set_module_type(pedump win32cui) 4if(CMAKE_C_COMPILER_ID STREQUAL "GNU") 5 target_compile_options(pedump PRIVATE -Wno-unused-but-set-variable) 6endif() 7add_importlibs(pedump msvcrt kernel32 ntdll) 8add_cd_file(TARGET pedump DESTINATION reactos/system32 FOR all) 9