summaryrefslogtreecommitdiff
path: root/src/thirdPartyLibs/encryption/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdPartyLibs/encryption/CMakeLists.txt')
-rw-r--r--src/thirdPartyLibs/encryption/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thirdPartyLibs/encryption/CMakeLists.txt b/src/thirdPartyLibs/encryption/CMakeLists.txt
index f28fd862c..1d674db59 100644
--- a/src/thirdPartyLibs/encryption/CMakeLists.txt
+++ b/src/thirdPartyLibs/encryption/CMakeLists.txt
@@ -7,3 +7,7 @@ set (SOURCES
)
add_library("encryption" ${SOURCES})
+
+if( BUILD_SHARED_LIBS )
+ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/libencryption.so DESTINATION lib)
+endif()