summaryrefslogtreecommitdiffstats
path: root/plugins/dexela
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-10-31 13:45:25 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-10-31 13:57:57 +0100
commitd4e6d350305d17ef112417619a1a4e7afe2c60ca (patch)
treed6028a5f101761b65c3f7c3a49b7fff4eb9ad2ef /plugins/dexela
parent24dd385aa599f7dadc2015e5f208deb0f345fd21 (diff)
downloaduca-d4e6d350305d17ef112417619a1a4e7afe2c60ca.tar.gz
uca-d4e6d350305d17ef112417619a1a4e7afe2c60ca.tar.bz2
uca-d4e6d350305d17ef112417619a1a4e7afe2c60ca.tar.xz
uca-d4e6d350305d17ef112417619a1a4e7afe2c60ca.zip
Include directory where config.h is located
Diffstat (limited to 'plugins/dexela')
-rw-r--r--plugins/dexela/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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)