diff options
Diffstat (limited to 'libusbmuxd')
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
