summaryrefslogtreecommitdiff
path: root/utils/zenutils/source/update_patch/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/zenutils/source/update_patch/CMakeLists.txt')
-rwxr-xr-xutils/zenutils/source/update_patch/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/zenutils/source/update_patch/CMakeLists.txt b/utils/zenutils/source/update_patch/CMakeLists.txt
new file mode 100755
index 0000000000..11474b7ff8
--- /dev/null
+++ b/utils/zenutils/source/update_patch/CMakeLists.txt
@@ -0,0 +1,3 @@
1ADD_EXECUTABLE(update_patch main.cpp)
2
3TARGET_LINK_LIBRARIES (update_patch shared)