mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Re-do GTK2_LIBARY_DIRS inclusion on a separate branch
This commit is contained in:
parent
1070bd9beb
commit
5346b813da
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