reactos/modules/rosapps/applications/sysutils/utils/binpatch/CMakeLists.txt
2020-07-04 20:43:53 +02:00

9 lines
244 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/system32 FOR all)