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:07:22 +0200 |
commit | 02f53174686c1690c576f09f08e0936dc1f94ff5 (patch) | |
tree | ca7a6fd6903996de8dd78932e219c65f41d0586e /khotkeys | |
parent | 5d81f9a9387757139160193ada5312268ffe7ce3 (diff) | |
download | tdebase-02f53174686c1690c576f09f08e0936dc1f94ff5.tar.gz tdebase-02f53174686c1690c576f09f08e0936dc1f94ff5.zip |
Fix khotkeys/arts headers includes in CMake
Thanks to Francois Andriot for the patch
Diffstat (limited to 'khotkeys')
-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( |