mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
aa76a2c168
svn path=/trunk/; revision=67439
8 lines
274 B
CMake
8 lines
274 B
CMake
|
|
add_executable(pedump pedump.c pedump.rc)
|
|
set_module_type(pedump win32cui)
|
|
if(NOT MSVC)
|
|
add_target_compile_flags(pedump "-Wno-unused-but-set-variable")
|
|
endif()
|
|
add_importlibs(pedump msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET pedump DESTINATION reactos/system32 FOR all)
|