mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: add SO name to libvillas-common
This commit is contained in:
parent
8ab7782ecc
commit
840d4314ca
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@ target_compile_definitions(villas-common PUBLIC
|
|||
-D__STDC_FORMAT_MACROS -D_GNU_SOURCE
|
||||
)
|
||||
|
||||
set_target_properties(villas-common PROPERTIES
|
||||
VERSION ${CMAKE_PROJECT_VERSION}
|
||||
SOVERSION 1
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS villas-common
|
||||
EXPORT VILLASCommonConfig
|
||||
|
|
Loading…
Add table
Reference in a new issue