Prepping to allow textures to have different render modes/types. Prepping for freetype support
This commit is contained in:
@ -22,6 +22,9 @@ add_subdirectory(glm)
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
||||
|
||||
# FreeType
|
||||
add_subdirectory(freetype)
|
||||
|
||||
# OpenAL
|
||||
if(DAWN_TARGET_OPENAL)
|
||||
set(LIBTYPE "STATIC")
|
||||
|
1
lib/freetype
Submodule
1
lib/freetype
Submodule
Submodule lib/freetype added at 562f348192
Reference in New Issue
Block a user