diff options
author | aneejit1 <aneejit1@gmail.com> | 2020-06-23 04:30:19 +0000 |
---|---|---|
committer | aneejit1 <aneejit1@gmail.com> | 2020-06-23 04:30:19 +0000 |
commit | 64ee31f218f1f399c162f0c8bc147f54bd5208bf (patch) | |
tree | db5f0eb8a35da3e2c5123c07b9b15188dbf1eefa /ksvg/test | |
parent | 934d1e2a32bb7b088a46cbd2099ffa80b839eb28 (diff) | |
download | tdegraphics-64ee31f218f1f399c162f0c8bc147f54bd5208bf.tar.gz tdegraphics-64ee31f218f1f399c162f0c8bc147f54bd5208bf.zip |
Add paths for libarts_gpl and imlib to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'ksvg/test')
-rw-r--r-- | ksvg/test/external/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ksvg/test/external/CMakeLists.txt b/ksvg/test/external/CMakeLists.txt index 69eafac7..60c588a3 100644 --- a/ksvg/test/external/CMakeLists.txt +++ b/ksvg/test/external/CMakeLists.txt @@ -25,6 +25,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${ART_LIBRARY_DIRS} ) |