diff options
author | Gernot Tenchio <gernot@tenchio.de> | 2011-08-27 20:39:13 +0200 |
---|---|---|
committer | Gernot Tenchio <gernot@tenchio.de> | 2011-09-19 22:16:16 +0200 |
commit | f6eeb5d383a254787e7f5bc6e59b016bc99c435a (patch) | |
tree | 3ebf4452ee9cac142f8b4f89b29f9da386e64b25 /CMakeLists.txt | |
parent | 2c45d08dd8d8ff945aeab676a4e0a86c48664fc1 (diff) | |
download | libtdevnc-f6eeb5d383a254787e7f5bc6e59b016bc99c435a.tar.gz libtdevnc-f6eeb5d383a254787e7f5bc6e59b016bc99c435a.zip |
cmake: set SOVERSION
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b1a0ef..ba3ff43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,6 +217,10 @@ target_link_libraries(vncserver ${WEBSOCKET_LIBRARIES} ) +SET_TARGET_PROPERTIES(vncclient vncserver + PROPERTIES SOVERSION "0.0.0" +) + # tests set(LIBVNCSERVER_TESTS backchannel |