summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-10 01:57:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-10 01:57:56 +0200
commit591eae83877e3de729768946cde5ea3cecd4b22a (patch)
treec55c3898833348033a6ef89d2d7eb7760c2b870b
parentb36dfa84554600dc8f4ab2663841af68b0256053 (diff)
downloadarts-591eae83.tar.gz
arts-591eae83.zip
Add include directory for internal libltdl
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--artsc/CMakeLists.txt1
-rw-r--r--mcop/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/artsc/CMakeLists.txt b/artsc/CMakeLists.txt
index 71f8baa..bddde63 100644
--- a/artsc/CMakeLists.txt
+++ b/artsc/CMakeLists.txt
@@ -46,6 +46,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/artsc
+ ${CMAKE_SOURCE_DIR}/libltdl
${CMAKE_BINARY_DIR}/mcop
${CMAKE_SOURCE_DIR}/mcop
${CMAKE_BINARY_DIR}/flow
diff --git a/mcop/CMakeLists.txt b/mcop/CMakeLists.txt
index 7b4eec1..e497bf6 100644
--- a/mcop/CMakeLists.txt
+++ b/mcop/CMakeLists.txt
@@ -27,6 +27,7 @@ add_definitions(
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_SOURCE_DIR}/libltdl
)