- removed d3d files which were deprecated long ago

- removed freetype-gl (the embedded library from code.google.com)
This commit is contained in:
SoftCoder
2014-01-25 17:54:46 -08:00
parent 08af18429d
commit 952004151c
42 changed files with 30 additions and 7218 deletions

View File

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