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:59:30 +0200
commit58dd759fd74cb96e02e17deda93499b0b992daa6 (patch)
tree0de0ab7a38a491c9eaadc4a4b0acf5c1c2b41f54
parentad5cf078048385fc5ea8a7bc2dd332c86594d921 (diff)
downloadarts-58dd759fd74cb96e02e17deda93499b0b992daa6.tar.gz
arts-58dd759fd74cb96e02e17deda93499b0b992daa6.zip
Add include directory for internal libltdl
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 591eae83877e3de729768946cde5ea3cecd4b22a)
-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
)