diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-10 01:57:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-10 01:57:56 +0200 |
commit | 591eae83877e3de729768946cde5ea3cecd4b22a (patch) | |
tree | c55c3898833348033a6ef89d2d7eb7760c2b870b | |
parent | b36dfa84554600dc8f4ab2663841af68b0256053 (diff) | |
download | arts-591eae83877e3de729768946cde5ea3cecd4b22a.tar.gz arts-591eae83877e3de729768946cde5ea3cecd4b22a.zip |
Add include directory for internal libltdl
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | artsc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | mcop/CMakeLists.txt | 1 |
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 ) |