From 1d498994f8f9579d8d37de7568031e1dd4c2eaa1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 2 Apr 2014 20:48:47 -0500 Subject: Include xrender library directory when linking This relates to Bug 1199 --- tdeio/CMakeLists.txt | 1 + tdeio/kpasswdserver/CMakeLists.txt | 1 + tdeio/misc/CMakeLists.txt | 1 + tdeio/misc/kpac/CMakeLists.txt | 1 + tdeio/misc/kssld/CMakeLists.txt | 1 + tdeio/misc/tdefile/CMakeLists.txt | 1 + tdeio/misc/tdentlm/CMakeLists.txt | 1 + tdeio/misc/tdesasl/CMakeLists.txt | 1 + tdeio/misc/tdesendbugmail/CMakeLists.txt | 1 + tdeio/misc/tdewalletd/CMakeLists.txt | 1 + tdeio/tdeioexec/CMakeLists.txt | 1 + tdeio/tests/CMakeLists.txt | 1 + 12 files changed, 12 insertions(+) (limited to 'tdeio') 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} ) -- cgit v1.2.1