From c51426c2452eaef97132d02e55a591b1c7b8242f Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 4 Feb 2011 11:09:35 +0000 Subject: [PATCH] Add library version to pyCRL. --- crlcore/src/pyCRL/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/crlcore/src/pyCRL/CMakeLists.txt b/crlcore/src/pyCRL/CMakeLists.txt index d5842ef9..c676f75e 100644 --- a/crlcore/src/pyCRL/CMakeLists.txt +++ b/crlcore/src/pyCRL/CMakeLists.txt @@ -38,6 +38,7 @@ add_library ( pycrlcore ${sources} ) + set_target_properties ( pycrlcore PROPERTIES VERSION 1.0 SOVERSION 1 ) target_link_libraries ( pycrlcore crlcore ${HURRICANE_PYTHON_LIBRARIES} ${PYTHON_LIBRARIES} -lutil