From 036992eec5a209107648729f10bcdce1825abbf2 Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Wed, 17 Jun 2020 22:05:06 +0000 Subject: Add missing include/link directories In an environment where not everything is in /usr... - drkonqi/CMakeLists.txt requires the libr library path to be specified. - nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified. - tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP. - twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE). Signed-off-by: aneejit1 --- drkonqi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'drkonqi') diff --git a/drkonqi/CMakeLists.txt b/drkonqi/CMakeLists.txt index d335789b8..a2b643909 100644 --- a/drkonqi/CMakeLists.txt +++ b/drkonqi/CMakeLists.txt @@ -23,6 +23,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBR_LIBRARY_DIRS} ) -- cgit v1.2.1