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