diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-08-01 18:03:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-01 18:07:09 +0200 |
commit | 12b5e141be261b5ff652e8ec5153d50888859d1a (patch) | |
tree | 248402b15d677bea962a60d487109b7f664ebb56 /tdecore | |
parent | 6b1e323cd22f19d8517d344ce8ae4e0a19769028 (diff) | |
download | tdelibs-12b5e141be261b5ff652e8ec5153d50888859d1a.tar.gz tdelibs-12b5e141be261b5ff652e8ec5153d50888859d1a.zip |
Fix FTBFS due to libart location
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index bff0e51d0..a201774f8 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -83,6 +83,7 @@ link_directories( ${TQT_LIBRARY_DIRS} ${LIBIDN_LIBRARY_DIRS} ${GAMIN_LIBDIR} + ${LIBART_LIBRARY_DIRS} ) ##### headers ################################### |