[ROSAPPS] Remove 'binpatch' utility
[reactos.git] / modules / rosapps / applications / sysutils / utils / binpatch / CMakeLists.txt
diff --git a/modules/rosapps/applications/sysutils/utils/binpatch/CMakeLists.txt b/modules/rosapps/applications/sysutils/utils/binpatch/CMakeLists.txt
deleted file mode 100644 (file)
index e2ca7c3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-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)