diff options
| author | 2010-05-24 18:57:10 +0200 | |
|---|---|---|
| committer | 2010-05-26 01:39:28 +0200 | |
| commit | 6cb505257ff848aa7ead80b60b575effc3a915fa (patch) | |
| tree | 941978b9186158ea2775f50c5929f9e8b88764be /libusbmuxd/CMakeLists.txt | |
| parent | 847eaeba69de3b22e5d65b3a98311655876df80e (diff) | |
| download | usbmuxd-6cb505257ff848aa7ead80b60b575effc3a915fa.tar.gz usbmuxd-6cb505257ff848aa7ead80b60b575effc3a915fa.tar.bz2 | |
Add protocol version 1 (plist based) support using libplist
Diffstat (limited to 'libusbmuxd/CMakeLists.txt')
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index d275169..236cca3 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -3,7 +3,11 @@ find_package(Threads) | |||
| 3 | 3 | ||
| 4 | add_library (libusbmuxd SHARED libusbmuxd.c sock_stuff.c ${CMAKE_SOURCE_DIR}/common/utils.c) | 4 | add_library (libusbmuxd SHARED libusbmuxd.c sock_stuff.c ${CMAKE_SOURCE_DIR}/common/utils.c) |
| 5 | find_library (PTHREAD pthread) | 5 | find_library (PTHREAD pthread) |
| 6 | target_link_libraries (libusbmuxd ${CMAKE_THREAD_LIBS_INIT}) | 6 | |
| 7 | if (HAVE_PLIST) | ||
| 8 | message("-- libusbmuxd will be built with protocol version 1 support") | ||
| 9 | endif() | ||
| 10 | target_link_libraries (libusbmuxd ${CMAKE_THREAD_LIBS_INIT} ${OPT_LIBS}) | ||
| 7 | 11 | ||
| 8 | # 'lib' is a UNIXism, the proper CMake target is usbmuxd | 12 | # 'lib' is a UNIXism, the proper CMake target is usbmuxd |
| 9 | # But we can't use that due to the conflict with the usbmuxd daemon, | 13 | # But we can't use that due to the conflict with the usbmuxd daemon, |
