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