summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pics/CMakeLists.txt1
-rw-r--r--tdecore/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt
index b278a39c1..e5146680d 100644
--- a/pics/CMakeLists.txt
+++ b/pics/CMakeLists.txt
@@ -28,6 +28,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${LIBART_LIBRARY_DIRS}
)
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index bff0e51d0..a201774f8 100644
--- a/tdecore/CMakeLists.txt
+++ b/tdecore/CMakeLists.txt
@@ -83,6 +83,7 @@ link_directories(
${TQT_LIBRARY_DIRS}
${LIBIDN_LIBRARY_DIRS}
${GAMIN_LIBDIR}
+ ${LIBART_LIBRARY_DIRS}
)
##### headers ###################################