mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
- Fixed: Linux version no longer linked with GTK+.
SVN r1807 (trunk)
This commit is contained in:
parent
57a2e0ab73
commit
e1683dfed3
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ else( WIN32 )
|
|||
if( NOT SDL_FOUND )
|
||||
message( SEND_ERROR "SDL is required for building." )
|
||||
endif( NOT SDL_FOUND )
|
||||
set( ZDOOM_LIBS "${SDL_LIBRARY}" )
|
||||
set( ZDOOM_LIBS ${ZDOOM_LIBS} "${SDL_LIBRARY}" )
|
||||
include_directories( "${SDL_INCLUDE_DIR}" )
|
||||
|
||||
find_path( FPU_CONTROL_DIR fpu_control.h )
|
||||
|
|
Loading…
Reference in a new issue