diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-02 20:48:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-02 20:48:47 -0500 |
commit | 1d498994f8f9579d8d37de7568031e1dd4c2eaa1 (patch) | |
tree | 935bde95317e1cd22a0eb30e5544a3bdd2eb8ba4 /tdeio/misc | |
parent | e6a5e881777d5935f403cb2eee5d1636c3654d9b (diff) | |
download | tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.tar.gz tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.zip |
Include xrender library directory when linking
This relates to Bug 1199
Diffstat (limited to 'tdeio/misc')
-rw-r--r-- | tdeio/misc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/kpac/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/kssld/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/tdefile/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/tdentlm/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/tdesasl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/tdesendbugmail/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeio/misc/tdewalletd/CMakeLists.txt | 1 |
8 files changed, 8 insertions, 0 deletions
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} ) |