From d982007a7350df35c5aeba820a520779694514a7 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Mon, 27 Apr 2009 01:37:05 +0200 Subject: general framework, unix socket listen, utils --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e4345f..81a6965 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,6 @@ set(LIBS ${LIBS} ${USB_LIBRARIES}) #set(CMAKE_VERBOSE_MAKEFILE ON) add_definitions(-Wall -O2) -add_executable(usbmuxd usbmuxd.c usb-linux.c) +add_executable(usbmuxd main.c usb-linux.c log.c utils.c) target_link_libraries(usbmuxd ${LIBS}) -- cgit v1.1-32-gdbae