From 3c173016e870f45814b508fe11aafc581b6107c6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 26 Aug 2009 03:56:56 +0200 Subject: Add version information. --- libusbmuxd/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libusbmuxd') diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index accdbc4..cb0d259 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt @@ -6,6 +6,8 @@ add_library (libusbmuxd SHARED libusbmuxd.c sock_stuff.c ../common/utils.c) # But we can't use that due to the conflict with the usbmuxd daemon, # so instead change the library output base name to usbmuxd here set_target_properties(libusbmuxd PROPERTIES OUTPUT_NAME usbmuxd) +set_target_properties(libusbmuxd PROPERTIES VERSION ${LIBUSBMUXD_VERSION}) +set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_VERSION}) install(TARGETS libusbmuxd ARCHIVE DESTINATION lib -- cgit v1.1-32-gdbae