diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | client.c (renamed from mux.c) | 0 | ||||
| -rw-r--r-- | client.h (renamed from mux.h) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index acbc779..cd4a427 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -11,6 +11,6 @@ set(LIBS ${LIBS} ${USB_LIBRARIES}) | |||
| 11 | #set(CMAKE_VERBOSE_MAKEFILE ON) | 11 | #set(CMAKE_VERBOSE_MAKEFILE ON) |
| 12 | 12 | ||
| 13 | add_definitions(-Wall -O2) | 13 | add_definitions(-Wall -O2) |
| 14 | add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c) | 14 | add_executable(usbmuxd main.c usb-linux.c log.c utils.c device.c client.c) |
| 15 | target_link_libraries(usbmuxd ${LIBS}) | 15 | target_link_libraries(usbmuxd ${LIBS}) |
| 16 | 16 | ||
