diff options
| author | 2009-08-26 03:56:56 +0200 | |
|---|---|---|
| committer | 2009-08-26 03:56:56 +0200 | |
| commit | 3c173016e870f45814b508fe11aafc581b6107c6 (patch) | |
| tree | 882d4627b1e53c2d1739973eabc717f1d986c8a5 /libusbmuxd | |
| parent | 351f455dab10cac32e15ca157f9b17876becf5ee (diff) | |
| download | usbmuxd-3c173016e870f45814b508fe11aafc581b6107c6.tar.gz usbmuxd-3c173016e870f45814b508fe11aafc581b6107c6.tar.bz2 | |
Add version information.
Diffstat (limited to 'libusbmuxd')
| -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) | |||
| 6 | # But we can't use that due to the conflict with the usbmuxd daemon, | 6 | # But we can't use that due to the conflict with the usbmuxd daemon, |
| 7 | # so instead change the library output base name to usbmuxd here | 7 | # so instead change the library output base name to usbmuxd here |
| 8 | set_target_properties(libusbmuxd PROPERTIES OUTPUT_NAME usbmuxd) | 8 | set_target_properties(libusbmuxd PROPERTIES OUTPUT_NAME usbmuxd) |
| 9 | set_target_properties(libusbmuxd PROPERTIES VERSION ${LIBUSBMUXD_VERSION}) | ||
| 10 | set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_VERSION}) | ||
| 9 | 11 | ||
| 10 | install(TARGETS libusbmuxd | 12 | install(TARGETS libusbmuxd |
| 11 | ARCHIVE DESTINATION lib | 13 | ARCHIVE DESTINATION lib |
