summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-02 20:48:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-02 20:48:47 -0500
commit1d498994f8f9579d8d37de7568031e1dd4c2eaa1 (patch)
tree935bde95317e1cd22a0eb30e5544a3bdd2eb8ba4 /tdeabc
parente6a5e881777d5935f403cb2eee5d1636c3654d9b (diff)
downloadtdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.tar.gz
tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.zip
Include xrender library directory when linking
This relates to Bug 1199
Diffstat (limited to 'tdeabc')
-rw-r--r--tdeabc/CMakeLists.txt1
-rw-r--r--tdeabc/formats/CMakeLists.txt1
-rw-r--r--tdeabc/plugins/dir/CMakeLists.txt1
-rw-r--r--tdeabc/plugins/file/CMakeLists.txt1
-rw-r--r--tdeabc/plugins/ldaptdeio/CMakeLists.txt1
-rw-r--r--tdeabc/plugins/net/CMakeLists.txt1
6 files changed, 6 insertions, 0 deletions
diff --git a/tdeabc/CMakeLists.txt b/tdeabc/CMakeLists.txt
index 0cd900c08..b75cc2ada 100644
--- a/tdeabc/CMakeLists.txt
+++ b/tdeabc/CMakeLists.txt
@@ -36,6 +36,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeabc/formats/CMakeLists.txt b/tdeabc/formats/CMakeLists.txt
index 48fddc70c..d11bdf5e2 100644
--- a/tdeabc/formats/CMakeLists.txt
+++ b/tdeabc/formats/CMakeLists.txt
@@ -24,6 +24,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeabc/plugins/dir/CMakeLists.txt b/tdeabc/plugins/dir/CMakeLists.txt
index 322c659d4..ba081db58 100644
--- a/tdeabc/plugins/dir/CMakeLists.txt
+++ b/tdeabc/plugins/dir/CMakeLists.txt
@@ -27,6 +27,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeabc/plugins/file/CMakeLists.txt b/tdeabc/plugins/file/CMakeLists.txt
index c7dbfef46..e3f696833 100644
--- a/tdeabc/plugins/file/CMakeLists.txt
+++ b/tdeabc/plugins/file/CMakeLists.txt
@@ -27,6 +27,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeabc/plugins/ldaptdeio/CMakeLists.txt b/tdeabc/plugins/ldaptdeio/CMakeLists.txt
index 6e85a73d5..7db54d2b2 100644
--- a/tdeabc/plugins/ldaptdeio/CMakeLists.txt
+++ b/tdeabc/plugins/ldaptdeio/CMakeLists.txt
@@ -27,6 +27,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeabc/plugins/net/CMakeLists.txt b/tdeabc/plugins/net/CMakeLists.txt
index 71a5c49df..a07525f3d 100644
--- a/tdeabc/plugins/net/CMakeLists.txt
+++ b/tdeabc/plugins/net/CMakeLists.txt
@@ -27,6 +27,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)