mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 01:26:47 +00:00
Commands: Add [so]version to and rename installed lib
This commit is contained in:
parent
66acde2a69
commit
6c63b01cfe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user