diff options
author | Nikias Bassen | 2009-08-26 03:56:56 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-08-26 03:56:56 +0200 |
commit | 3c173016e870f45814b508fe11aafc581b6107c6 (patch) | |
tree | 882d4627b1e53c2d1739973eabc717f1d986c8a5 /libusbmuxd/CMakeLists.txt | |
parent | 351f455dab10cac32e15ca157f9b17876becf5ee (diff) | |
download | usbmuxd-3c173016e870f45814b508fe11aafc581b6107c6.tar.gz usbmuxd-3c173016e870f45814b508fe11aafc581b6107c6.tar.bz2 |
Add version information.
Diffstat (limited to 'libusbmuxd/CMakeLists.txt')
-rw-r--r-- | libusbmuxd/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |