From 750e1105074bb070c719c4b4a22c3e1201228367 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Wed, 1 Aug 2012 11:05:03 +0200 Subject: Add so-version to curacommon and install it --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 89b859e..f1b9ad6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,10 @@ add_library(curacommon SHARED globals.c ) +set_target_properties(curacommon PROPERTIES SOVERSION 0.0.1) + +install(TARGETS curacommon DESTINATION lib${LIB_SUFFIX}) + if (WITH-FAN) add_subdirectory(fan) endif (WITH-FAN) -- cgit