From 0203802af82dce77622dbae9c1ff412dd9ffa722 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 1 Jul 2015 09:00:38 +0200 Subject: Use libuca include dirs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25a4542..a05188d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ pkg_check_variable(libuca plugindir) find_package(IPE REQUIRED) include_directories( + ${UCA_INCLUDE_DIRS} ${IPE_INCLUDE_DIRS} ${GIO2_INCLUDE_DIRS}) -- cgit v1.2.1