- Fixed: Linux version no longer linked with GTK+.

SVN r1807 (trunk)
This commit is contained in:
Randy Heit 2009-09-07 22:45:07 +00:00
parent 57a2e0ab73
commit e1683dfed3

View file

@ -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 )