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/xkit/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/xkit/CMakeLists.txt') diff --git a/plugins/xkit/CMakeLists.txt b/plugins/xkit/CMakeLists.txt index b82881e..0f06259 100644 --- a/plugins/xkit/CMakeLists.txt +++ b/plugins/xkit/CMakeLists.txt @@ -15,7 +15,9 @@ find_library (XKIT_LIBRARIES if (XKIT_INCLUDE_DIR AND XKIT_LIBRARIES) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) - include_directories(${XKIT_INCLUDE_DIR}) + + include_directories(${XKIT_INCLUDE_DIR} + ${UCA_CONFIGDIR}) # We have to compile with g++ because the included header files have C++ # style comments ... -- cgit v1.2.3