summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt
index 103a8fe..c323f7b 100644
--- a/daemon/CMakeLists.txt
+++ b/daemon/CMakeLists.txt
@@ -1,5 +1,6 @@
1find_package(USB REQUIRED) 1find_package(USB REQUIRED)
2include_directories(${USB_INCLUDE_DIRS}) 2include_directories(${USB_INCLUDE_DIRS})
3include_directories(${OPT_INCLUDES})
3set(LIBS ${LIBS} ${USB_LIBRARIES} ${OPT_LIBS}) 4set(LIBS ${LIBS} ${USB_LIBRARIES} ${OPT_LIBS})
4if(HAVE_PLIST) 5if(HAVE_PLIST)
5 add_definitions("-DHAVE_PLIST") 6 add_definitions("-DHAVE_PLIST")