mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
- removed d3d files which were deprecated long ago
- removed freetype-gl (the embedded library from code.google.com)
This commit is contained in:
@@ -147,7 +147,6 @@ option(FORCE_LUA_5_2 "Force looking for LUA 5.2" OFF)
|
||||
ENDIF()
|
||||
|
||||
OPTION(USE_FTGL "Use FTGL for on-screen fonts (found on your system)" ON)
|
||||
|
||||
if(USE_FTGL)
|
||||
ADD_DEFINITIONS(-DUSE_FTGL)
|
||||
|
||||
@@ -156,8 +155,6 @@ option(FORCE_LUA_5_2 "Force looking for LUA 5.2" OFF)
|
||||
|
||||
endif(USE_FTGL)
|
||||
|
||||
#INCLUDE(FindPkgConfig.cmake)
|
||||
#pkg_search_module (FTGL ftgl)
|
||||
FIND_PACKAGE(FTGL)
|
||||
|
||||
|
||||
@@ -187,11 +184,6 @@ option(FORCE_LUA_5_2 "Force looking for LUA 5.2" OFF)
|
||||
|
||||
ENDIF(USE_FTGL)
|
||||
|
||||
OPTION(USE_FREETYPEGL "Use Freetype-GL for on-screen fonts" OFF)
|
||||
if(USE_FREETYPEGL)
|
||||
ADD_DEFINITIONS(-DUSE_FREETYPEGL)
|
||||
endif(USE_FREETYPEGL)
|
||||
|
||||
FIND_PACKAGE(Freetype REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${FREETYPE_INCLUDE_PATH})
|
||||
IF(UNIX)
|
||||
@@ -264,9 +256,7 @@ option(FORCE_LUA_5_2 "Force looking for LUA 5.2" OFF)
|
||||
feathery_ftp
|
||||
glew
|
||||
graphics
|
||||
graphics/freetype-gl
|
||||
graphics/gl
|
||||
graphics/iqm
|
||||
lua
|
||||
map
|
||||
platform/common
|
||||
|
Reference in New Issue
Block a user