[ROSAPPS] put -Wno-unused-but-set-variable between a if(NOT MSVC) to really make...
[reactos.git] / rosapps / applications / sysutils / pedump / CMakeLists.txt
1
2 add_executable(pedump pedump.c pedump.rc)
3 set_module_type(pedump win32cui)
4 if(NOT MSVC)
5 add_target_compile_flags(pedump "-Wno-unused-but-set-variable")
6 endif()
7 add_importlibs(pedump msvcrt kernel32 ntdll)
8 add_cd_file(TARGET pedump DESTINATION reactos/system32 FOR all)