From afcec6ab2f729c05b4d4169b6abef9f2a167725d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 13 Sep 2018 12:08:50 -0700 Subject: Add GTK library directories to linker path --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index daab4c7a..697b0bed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ if (NOT GTK_FOUND) message(STATUS "Using GDK 3") endif() endif() +link_directories(${GTK_LIBRARY_DIRS}) pkg_search_module(CAIRO cairo) pkg_search_module(GDKPIXBUF gdk-pixbuf-2.0) -- cgit v1.2.3