Commands: Add [so]version to and rename installed lib

This commit is contained in:
Dennis Klein 2020-02-06 15:51:22 +01:00
parent 66acde2a69
commit 6c63b01cfe
No known key found for this signature in database
GPG Key ID: 08E62D23FA0ECBBC

View File

@ -37,6 +37,11 @@ target_link_libraries(${target}
PRIVATE
${_flatbuffers}
)
set_target_properties(${target} PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
OUTPUT_NAME FairMQ${target}
)
target_include_directories(${target}
PUBLIC