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/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/CMakeLists.txt') diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index ff6ebeb..77ef837 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,3 +1,5 @@ +set(UCA_CONFIGDIR "${CMAKE_CURRENT_BINARY_DIR}../src") + add_subdirectory(mock) add_subdirectory(pf) add_subdirectory(pco) -- cgit v1.2.3