diff options
Diffstat (limited to 'daemon/CMakeLists.txt')
| -rw-r--r-- | daemon/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt index 6593deb..48ff0c6 100644 --- a/daemon/CMakeLists.txt +++ b/daemon/CMakeLists.txt | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | find_package(USB REQUIRED) | 1 | find_package(USB REQUIRED) |
| 2 | include_directories(${USB_INCLUDE_DIRS}) | 2 | include_directories(${USB_INCLUDE_DIRS}) |
| 3 | set(LIBS ${LIBS} ${USB_LIBRARIES}) | 3 | set(LIBS ${LIBS} ${USB_LIBRARIES} ${OPT_LIBS}) |
| 4 | 4 | if(HAVE_PLIST) | |
| 5 | message("-- usbmuxd will be built with protocol version 1 support") | ||
| 6 | endif() | ||
| 5 | include_directories (${CMAKE_SOURCE_DIR}/common) | 7 | include_directories (${CMAKE_SOURCE_DIR}/common) |
| 6 | include_directories (${CMAKE_SOURCE_DIR}/daemon) | 8 | include_directories (${CMAKE_SOURCE_DIR}/daemon) |
| 7 | include_directories (${CMAKE_SOURCE_DIR}/libusbmuxd) | 9 | include_directories (${CMAKE_SOURCE_DIR}/libusbmuxd) |
