1
0
Fork 0
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:
fgenesis 2022-04-07 03:11:24 +02:00
parent 49b9e0f05a
commit d34a962e78
6 changed files with 34 additions and 12 deletions

View file

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