diff options
Diffstat (limited to 'utils/zenutils/source/update_patch/CMakeLists.txt')
| -rwxr-xr-x | utils/zenutils/source/update_patch/CMakeLists.txt | 3 |
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 0000000..11474b7 --- /dev/null +++ b/utils/zenutils/source/update_patch/CMakeLists.txt @@ -0,0 +1,3 @@ +ADD_EXECUTABLE(update_patch main.cpp)
+
+TARGET_LINK_LIBRARIES (update_patch shared)
|