Re-do GTK2_LIBARY_DIRS inclusion on a separate branch

This commit is contained in:
Kyle Evans 2015-12-27 09:48:22 -06:00
parent 1070bd9beb
commit 5346b813da
1 changed files with 1 additions and 0 deletions

View File

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