mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
Merge branch 'gtk-fix' of git://github.com/kevans91/zdoom into gtk-fix
This commit is contained in:
commit
96576a6cf6
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue