From 5346b813da90a59d2a7a7c47195e9346fc6c23da Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 27 Dec 2015 09:48:22 -0600 Subject: [PATCH] Re-do GTK2_LIBARY_DIRS inclusion on a separate branch --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bd353a2ed3..bd4f625dc4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -187,6 +187,7 @@ else( WIN32 ) if( GTK2_FOUND ) set( ZDOOM_LIBS ${ZDOOM_LIBS} ${GTK2_LIBRARIES} ) include_directories( ${GTK2_INCLUDE_DIRS} ) + link_directories( ${GTK2_LIBRARY_DIRS} ) else( GTK2_FOUND ) set( NO_GTK ON ) endif( GTK2_FOUND )