summaryrefslogtreecommitdiffstats
path: root/libusbmuxd
diff options
context:
space:
mode:
Diffstat (limited to 'libusbmuxd')
-rw-r--r--libusbmuxd/CMakeLists.txt1
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()
11if(WIN32) 11if(WIN32)
12 set(OPT_LIBS ${OPT_LIBS} ws2_32) 12 set(OPT_LIBS ${OPT_LIBS} ws2_32)
13endif() 13endif()
14include_directories(${OPT_INCLUDES})
14target_link_libraries (libusbmuxd ${CMAKE_THREAD_LIBS_INIT} ${OPT_LIBS}) 15target_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