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/ufo/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/ufo/CMakeLists.txt') diff --git a/plugins/ufo/CMakeLists.txt b/plugins/ufo/CMakeLists.txt index b3372d4..0adb0ad 100644 --- a/plugins/ufo/CMakeLists.txt +++ b/plugins/ufo/CMakeLists.txt @@ -12,7 +12,8 @@ if (IPE_FOUND) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) - include_directories(${IPE_INCLUDE_DIRS}) + include_directories(${IPE_INCLUDE_DIRS} + ${UCA_CONFIGDIR}) add_library(ucaufo SHARED uca-ufo-camera.c) -- cgit v1.2.3