1
0
Fork 0
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:
Steffen Vogel 2019-01-13 00:43:17 +01:00
parent 8ab7782ecc
commit 840d4314ca

View file

@ -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