summaryrefslogtreecommitdiff
path: root/src/core/stdcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdcrypt')
-rw-r--r--src/core/stdcrypt/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/stdcrypt/CMakeLists.txt b/src/core/stdcrypt/CMakeLists.txt
new file mode 100644
index 0000000000..1a36c1921c
--- /dev/null
+++ b/src/core/stdcrypt/CMakeLists.txt
@@ -0,0 +1,3 @@
+set(TARGET StdCrypt)
+include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
+target_link_libraries(${TARGET} Zlib) \ No newline at end of file