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 /tdestyles/highcontrast/CMakeLists.txt | |
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 'tdestyles/highcontrast/CMakeLists.txt')
-rw-r--r-- | tdestyles/highcontrast/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdestyles/highcontrast/CMakeLists.txt b/tdestyles/highcontrast/CMakeLists.txt index b68dc34e1..e5f9783c0 100644 --- a/tdestyles/highcontrast/CMakeLists.txt +++ b/tdestyles/highcontrast/CMakeLists.txt @@ -26,6 +26,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) |