From a0889934ad637c5dcd301704515a446df78b06e3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 2 Feb 2011 22:25:09 +0000 Subject: [PATCH] * /CMakeLists.txt: - Change: Added versioning to library. --- crlcore/src/ccore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/crlcore/src/ccore/CMakeLists.txt b/crlcore/src/ccore/CMakeLists.txt index e35831ac..fda081a2 100644 --- a/crlcore/src/ccore/CMakeLists.txt +++ b/crlcore/src/ccore/CMakeLists.txt @@ -294,6 +294,7 @@ ${lefdef_cpps} ${openaccess_cpps} ) + set_target_properties ( crlcore PROPERTIES VERSION 1.0 SOVERSION 1 ) target_link_libraries ( crlcore ${HURRICANE_PYTHON_LIBRARIES} ${HURRICANE_GRAPHICAL_LIBRARIES} ${HURRICANE_LIBRARIES}