Update CMakeOptions.txt
This commit is contained in:
parent
3a6af2cc57
commit
3a4e3d8747
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ option(SUPPORT_FILEFORMAT_PVR "Support loading PVR as textures" ${OFF})
|
||||||
# text.c
|
# text.c
|
||||||
option(SUPPORT_FILEFORMAT_FNT "Support loading fonts in FNT format" ON)
|
option(SUPPORT_FILEFORMAT_FNT "Support loading fonts in FNT format" ON)
|
||||||
option(SUPPORT_FILEFORMAT_TTF "Support loading font in TTF/OTF format" ON)
|
option(SUPPORT_FILEFORMAT_TTF "Support loading font in TTF/OTF format" ON)
|
||||||
|
option(SUPPORT_TEXT_MANIPULATION "Support text manipulation functions" ON)
|
||||||
|
|
||||||
# models.c
|
# models.c
|
||||||
option(SUPPORT_MESH_GENERATION "Support procedural mesh generation functions, uses external par_shapes.h library. NOTE: Some generated meshes DO NOT include generated texture coordinates" ON)
|
option(SUPPORT_MESH_GENERATION "Support procedural mesh generation functions, uses external par_shapes.h library. NOTE: Some generated meshes DO NOT include generated texture coordinates" ON)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue