mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-18 04:29:56 +00:00
fix linux/gcc build
This commit is contained in:
parent
49b9e0f05a
commit
d34a962e78
6 changed files with 34 additions and 12 deletions
|
@ -5,6 +5,7 @@ if(AQUARIA_INTERNAL_FTGL)
|
|||
set(FTGL_INCLUDE_DIRS "${FTGLDIR}/include;${FREETYPE_INCLUDE_DIRS}" CACHE INTERNAL "")
|
||||
include(freetype2.cmake) # Nothing else uses freetype2 directly
|
||||
INCLUDE_DIRECTORIES(${FREETYPE_INCLUDE_DIRS})
|
||||
INCLUDE_DIRECTORIES(${EXTLIBDIR}) # For <GL/gl.h>
|
||||
add_subdirectory(FTGL)
|
||||
else()
|
||||
find_package(FTGL REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue