Merge branch 'gtk-fix' of git://github.com/kevans91/zdoom into gtk-fix

This commit is contained in:
Braden Obrzut 2015-12-28 00:56:14 -05:00
commit 96576a6cf6
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ else( WIN32 )
if( GTK2_FOUND ) if( GTK2_FOUND )
set( ZDOOM_LIBS ${ZDOOM_LIBS} ${GTK2_LIBRARIES} ) set( ZDOOM_LIBS ${ZDOOM_LIBS} ${GTK2_LIBRARIES} )
include_directories( ${GTK2_INCLUDE_DIRS} ) include_directories( ${GTK2_INCLUDE_DIRS} )
link_directories( ${GTK2_LIBRARY_DIRS} )
else( GTK2_FOUND ) else( GTK2_FOUND )
set( NO_GTK ON ) set( NO_GTK ON )
endif( GTK2_FOUND ) endif( GTK2_FOUND )