diff options
Diffstat (limited to 'utils/zenutils/source/update_patch/CMakeLists.txt')
| -rw-r--r--[-rwxr-xr-x] | utils/zenutils/source/update_patch/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/zenutils/source/update_patch/CMakeLists.txt b/utils/zenutils/source/update_patch/CMakeLists.txt index 11474b7..7b509dc 100755..100644 --- a/utils/zenutils/source/update_patch/CMakeLists.txt +++ b/utils/zenutils/source/update_patch/CMakeLists.txt @@ -1,3 +1,3 @@ -ADD_EXECUTABLE(update_patch main.cpp)
-
-TARGET_LINK_LIBRARIES (update_patch shared)
+ADD_EXECUTABLE(update_patch main.cpp) + +TARGET_LINK_LIBRARIES (update_patch shared) |