diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-18 13:56:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-18 14:44:55 +0200 |
commit | 57fccb8a96b0c9075bd5a8c30614499e6f536608 (patch) | |
tree | 4adcb435c1e0a4cb59ef7ccb839b2e1fdc1e30c5 | |
parent | 967440a7c13a35207ca5c8d1ed7fe11d65198909 (diff) | |
download | tdebase-57fccb8a96b0c9075bd5a8c30614499e6f536608.tar.gz tdebase-57fccb8a96b0c9075bd5a8c30614499e6f536608.zip |
Fix khotkeys/arts headers includes in CMake
Thanks to Francois Andriot for the patch
(cherry picked from commit 02f53174686c1690c576f09f08e0936dc1f94ff5)
-rw-r--r-- | khotkeys/arts/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/khotkeys/arts/CMakeLists.txt b/khotkeys/arts/CMakeLists.txt index 248c5a0c7..c5832f721 100644 --- a/khotkeys/arts/CMakeLists.txt +++ b/khotkeys/arts/CMakeLists.txt @@ -25,6 +25,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/khotkeys/kcontrol ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${ARTS_INCLUDE_DIRS} ) link_directories( |