Commit f6eeb5d3 authored by Gernot Tenchio's avatar Gernot Tenchio

cmake: set SOVERSION

parent 2c45d08d
...@@ -217,6 +217,10 @@ target_link_libraries(vncserver ...@@ -217,6 +217,10 @@ target_link_libraries(vncserver
${WEBSOCKET_LIBRARIES} ${WEBSOCKET_LIBRARIES}
) )
SET_TARGET_PROPERTIES(vncclient vncserver
PROPERTIES SOVERSION "0.0.0"
)
# tests # tests
set(LIBVNCSERVER_TESTS set(LIBVNCSERVER_TESTS
backchannel backchannel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment