summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-24 21:36:25 +0000
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-25 16:34:53 +0900
commitf2ad1d2f0d1ba179ad0b5356c4067fb07ded9169 (patch)
treec9aa3d556d7857f85a5feaff737fadb5a3d67c4b
parent27e6a588115a2b00cf65e77fda6980377cb08558 (diff)
downloadbasket-f2ad1d2f0d1ba179ad0b5356c4067fb07ded9169.tar.gz
basket-f2ad1d2f0d1ba179ad0b5356c4067fb07ded9169.zip
Amend the include/link directories to pick up missing libraries
Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit e1bcd14d3516f42ebcd9505223c5efb8a2915748)
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5a66cf3..d2a03ce 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -5,7 +5,6 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
- ${X11_INCLUDE_DIR}
${GPGME_INCLUDE_DIRS}
${ARTS_INCLUDE_DIRS}
${LIBART_INCLUDE_DIRS}
@@ -14,6 +13,9 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
${TDE_LIB_DIR}
+ ${GPGME_LIBRARY_DIRS}
+ ${ARTS_LIBRARY_DIRS}
+ ${LIBART_LIBRARY_DIRS}
)