diff options
Diffstat (limited to 'libusbmuxd/CMakeLists.txt')
| -rw-r--r-- | libusbmuxd/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libusbmuxd/CMakeLists.txt b/libusbmuxd/CMakeLists.txt index 61de1a8..7f7b35f 100644 --- a/libusbmuxd/CMakeLists.txt +++ b/libusbmuxd/CMakeLists.txt | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | add_library (libusbmuxd libusbmuxd.c sock_stuff.c) | 1 | include_directories (${CMAKE_SOURCE_DIR}/common) |
| 2 | |||
| 3 | add_library (libusbmuxd libusbmuxd.c sock_stuff.c ../common/utils.c) | ||
| 2 | 4 | ||
| 3 | # 'lib' is a UNIXism, the proper CMake target is usbmuxd | 5 | # 'lib' is a UNIXism, the proper CMake target is usbmuxd |
| 4 | # But we can't use that due to the conflict with the usbmuxd daemon, | 6 | # But we can't use that due to the conflict with the usbmuxd daemon, |
