aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-23 22:54:36 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-23 22:54:36 +0000
commit7f0ee327caa4b564c35e5f1b16302a17a441d7ea (patch)
treeda2b5d0d1e2ff9385772be90b424a0f674b4ef50 /wsutil
parent3c023a61b76cf5f021e8ef973b141299921ef854 (diff)
Set library versions in CMake builds
svn path=/trunk/; revision=47848
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index cd012eaf7e..c5035a19d6 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -61,6 +61,7 @@ add_library(wsutil ${LINK_MODE_LIB}
${WSUTIL_FILES}
)
set_target_properties(wsutil PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
+set_target_properties(wsutil PROPERTIES VERSION "0.0.0" SOVERSION 0)
target_link_libraries(wsutil ${wsutil_LIBS})