diff options
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index cb0d259..d57d0a0 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -7,7 +7,7 @@ add_library (libusbmuxd SHARED libusbmuxd.c sock_stuff.c ../common/utils.c) | |||
| 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}) | 9 | set_target_properties(libusbmuxd PROPERTIES VERSION ${LIBUSBMUXD_VERSION}) |
| 10 | set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_VERSION}) | 10 | set_target_properties(libusbmuxd PROPERTIES SOVERSION ${LIBUSBMUXD_SOVERSION}) |
| 11 | 11 | ||
| 12 | install(TARGETS libusbmuxd | 12 | install(TARGETS libusbmuxd |
| 13 | ARCHIVE DESTINATION lib | 13 | ARCHIVE DESTINATION lib |
