summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/CMakeLists.txt1
-rw-r--r--tdeio/kpasswdserver/CMakeLists.txt1
-rw-r--r--tdeio/misc/CMakeLists.txt1
-rw-r--r--tdeio/misc/kpac/CMakeLists.txt1
-rw-r--r--tdeio/misc/kssld/CMakeLists.txt1
-rw-r--r--tdeio/misc/tdefile/CMakeLists.txt1
-rw-r--r--tdeio/misc/tdentlm/CMakeLists.txt1
-rw-r--r--tdeio/misc/tdesasl/CMakeLists.txt1
-rw-r--r--tdeio/misc/tdesendbugmail/CMakeLists.txt1
-rw-r--r--tdeio/misc/tdewalletd/CMakeLists.txt1
-rw-r--r--tdeio/tdeioexec/CMakeLists.txt1
-rw-r--r--tdeio/tests/CMakeLists.txt1
12 files changed, 12 insertions, 0 deletions
diff --git a/tdeio/CMakeLists.txt b/tdeio/CMakeLists.txt
index dcbc86889..847fbff4f 100644
--- a/tdeio/CMakeLists.txt
+++ b/tdeio/CMakeLists.txt
@@ -31,6 +31,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
${LIBR_LIBDIR}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/kpasswdserver/CMakeLists.txt b/tdeio/kpasswdserver/CMakeLists.txt
index 1d54ddc95..ad55d5886 100644
--- a/tdeio/kpasswdserver/CMakeLists.txt
+++ b/tdeio/kpasswdserver/CMakeLists.txt
@@ -24,6 +24,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/CMakeLists.txt b/tdeio/misc/CMakeLists.txt
index 64004dbcc..b505fccd7 100644
--- a/tdeio/misc/CMakeLists.txt
+++ b/tdeio/misc/CMakeLists.txt
@@ -40,6 +40,7 @@ include_directories(
link_directories(
${TDECORE_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/kpac/CMakeLists.txt b/tdeio/misc/kpac/CMakeLists.txt
index 14af52de1..4c65e3f07 100644
--- a/tdeio/misc/kpac/CMakeLists.txt
+++ b/tdeio/misc/kpac/CMakeLists.txt
@@ -26,6 +26,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
##### other data ################################
diff --git a/tdeio/misc/kssld/CMakeLists.txt b/tdeio/misc/kssld/CMakeLists.txt
index 813ce44f0..ce478d109 100644
--- a/tdeio/misc/kssld/CMakeLists.txt
+++ b/tdeio/misc/kssld/CMakeLists.txt
@@ -23,6 +23,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/tdefile/CMakeLists.txt b/tdeio/misc/tdefile/CMakeLists.txt
index 9e90b956c..5d0012681 100644
--- a/tdeio/misc/tdefile/CMakeLists.txt
+++ b/tdeio/misc/tdefile/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/tdentlm/CMakeLists.txt b/tdeio/misc/tdentlm/CMakeLists.txt
index a4c23d4e8..3f38abc7b 100644
--- a/tdeio/misc/tdentlm/CMakeLists.txt
+++ b/tdeio/misc/tdentlm/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
link_directories(
${TDECORE_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/tdesasl/CMakeLists.txt b/tdeio/misc/tdesasl/CMakeLists.txt
index 4953d9c07..73fefb8f1 100644
--- a/tdeio/misc/tdesasl/CMakeLists.txt
+++ b/tdeio/misc/tdesasl/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
link_directories(
${TDECORE_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/tdesendbugmail/CMakeLists.txt b/tdeio/misc/tdesendbugmail/CMakeLists.txt
index 3dffadb22..dce2c4949 100644
--- a/tdeio/misc/tdesendbugmail/CMakeLists.txt
+++ b/tdeio/misc/tdesendbugmail/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/misc/tdewalletd/CMakeLists.txt b/tdeio/misc/tdewalletd/CMakeLists.txt
index 2d0d2ef28..7d2c06a09 100644
--- a/tdeio/misc/tdewalletd/CMakeLists.txt
+++ b/tdeio/misc/tdewalletd/CMakeLists.txt
@@ -24,6 +24,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/tdeioexec/CMakeLists.txt b/tdeio/tdeioexec/CMakeLists.txt
index b0cdf0b52..3f6b6a259 100644
--- a/tdeio/tdeioexec/CMakeLists.txt
+++ b/tdeio/tdeioexec/CMakeLists.txt
@@ -22,6 +22,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdeio/tests/CMakeLists.txt b/tdeio/tests/CMakeLists.txt
index a9f6bd4ef..e7303350a 100644
--- a/tdeio/tests/CMakeLists.txt
+++ b/tdeio/tests/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)