Retain (shared) lib version ID (#614)

This commit is contained in:
Michael Baentsch 2020-02-16 15:05:09 +01:00 committed by GitHub
parent ca66375f30
commit 88a819be44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ set_target_properties(oqs
PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
VERSION 0.0.0
# For Windows DLLs
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")