aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5e82c6..306cd9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ set(LIB_NAME o3000_imgpipe)
# find libo3000 library
find_package(LibO3000 REQUIRED)
-include_directories(.)
+include_directories(. ${LIBO3000_INCLUDE_DIRS})
file(GLOB colorpipesources *.c *.h)