reactos/rosapps/applications/sysutils/utils/binpatch/CMakeLists.txt
Daniel Reimer cd87007594 [ROSAPPS]
Fix binpatch and systeminfo MSVC build.

svn path=/trunk/; revision=67550
2015-05-05 00:18:15 +00:00

9 lines
239 B
CMake

add_executable(binpatch patch.c)
set_module_type(binpatch win32cui)
add_importlibs(binpatch ntdll msvcrt kernel32)
if(MSVC)
target_link_libraries(binpatch oldnames)
endif()
add_cd_file(TARGET binpatch DESTINATION reactos/bin FOR all)