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 c8f2cb4..81203d3 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -11,6 +11,7 @@ endif() | |||
| 11 | if(WIN32) | 11 | if(WIN32) |
| 12 | set(OPT_LIBS ${OPT_LIBS} ws2_32) | 12 | set(OPT_LIBS ${OPT_LIBS} ws2_32) |
| 13 | endif() | 13 | endif() |
| 14 | include_directories(${OPT_INCLUDES}) | ||
| 14 | target_link_libraries (libusbmuxd ${CMAKE_THREAD_LIBS_INIT} ${OPT_LIBS}) | 15 | target_link_libraries (libusbmuxd ${CMAKE_THREAD_LIBS_INIT} ${OPT_LIBS}) |
| 15 | 16 | ||
| 16 | # 'lib' is a UNIXism, the proper CMake target is usbmuxd | 17 | # 'lib' is a UNIXism, the proper CMake target is usbmuxd |
