Amend the include/link directories to pick up missing libraries

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit e1bcd14d35)
pull/10/head
aneejit1 4 years ago committed by Michele Calgaro
parent 27e6a58811
commit f2ad1d2f0d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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}
)

Loading…
Cancel
Save