mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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 )
|
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 )
|
||||||
|
|
Loading…
Reference in a new issue