diff options
| -rw-r--r-- | daemon/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt index 48ff0c6..103a8fe 100644 --- a/daemon/CMakeLists.txt +++ b/daemon/CMakeLists.txt | |||
| @@ -2,6 +2,7 @@ find_package(USB REQUIRED) | |||
| 2 | include_directories(${USB_INCLUDE_DIRS}) | 2 | include_directories(${USB_INCLUDE_DIRS}) |
| 3 | set(LIBS ${LIBS} ${USB_LIBRARIES} ${OPT_LIBS}) | 3 | set(LIBS ${LIBS} ${USB_LIBRARIES} ${OPT_LIBS}) |
| 4 | if(HAVE_PLIST) | 4 | if(HAVE_PLIST) |
| 5 | add_definitions("-DHAVE_PLIST") | ||
| 5 | message("-- usbmuxd will be built with protocol version 1 support") | 6 | message("-- usbmuxd will be built with protocol version 1 support") |
| 6 | endif() | 7 | endif() |
| 7 | include_directories (${CMAKE_SOURCE_DIR}/common) | 8 | include_directories (${CMAKE_SOURCE_DIR}/common) |
diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index 0d7d897..6bded04 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -5,6 +5,7 @@ add_library (libusbmuxd SHARED libusbmuxd.c sock_stuff.c ${CMAKE_SOURCE_DIR}/com | |||
| 5 | find_library (PTHREAD pthread) | 5 | find_library (PTHREAD pthread) |
| 6 | 6 | ||
| 7 | if (HAVE_PLIST) | 7 | if (HAVE_PLIST) |
| 8 | add_definitions("-DHAVE_PLIST") | ||
| 8 | message("-- libusbmuxd will be built with protocol version 1 support") | 9 | message("-- libusbmuxd will be built with protocol version 1 support") |
| 9 | endif() | 10 | endif() |
| 10 | if(WIN32) | 11 | if(WIN32) |
