From d4e6d350305d17ef112417619a1a4e7afe2c60ca Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 31 Oct 2013 13:45:25 +0100 Subject: Include directory where config.h is located --- plugins/dexela/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/dexela') diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index d497f7d..df939c3 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -17,7 +17,8 @@ if (DEXELA_FOUND) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) - include_directories(${DEXELA_INCLUDE_DIRS}) + include_directories(${DEXELA_INCLUDE_DIRS} + ${UCA_CONFIGDIR}) add_library(ucadexela SHARED uca-dexela-camera.c) -- cgit v1.2.3