diff --git a/nimbus/src/CMakeLists.txt b/nimbus/src/CMakeLists.txt index 5b53c81a..a157aaf2 100644 --- a/nimbus/src/CMakeLists.txt +++ b/nimbus/src/CMakeLists.txt @@ -37,7 +37,8 @@ ) - add_library ( nimbus ${cpps} ) + add_library ( nimbus ${cpps} ) + set_target_properties ( nimbus PROPERTIES VERSION 1.0 SOVERSION 1 ) target_link_libraries ( nimbus ${CORIOLIS_LIBRARIES} ${HURRICANE_PYTHON_LIBRARIES} ${HURRICANE_GRAPHICAL_LIBRARIES}