diff options
| author | raysan5 <[email protected]> | 2020-05-09 17:36:16 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-05-09 17:36:16 +0200 |
| commit | 3a4e3d874762d4d0f29fb2446aa5dc923c6e3b43 (patch) | |
| tree | 5eb79544e451d60e07d90259a2952eaf77b4c527 /src | |
| parent | 3a6af2cc57139f93fa48dfd4a39276dd7296d735 (diff) | |
| download | raylib-3a4e3d874762d4d0f29fb2446aa5dc923c6e3b43.tar.gz raylib-3a4e3d874762d4d0f29fb2446aa5dc923c6e3b43.zip | |
Update CMakeOptions.txt
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeOptions.txt b/src/CMakeOptions.txt index 49b83571..dbf27bd5 100644 --- a/src/CMakeOptions.txt +++ b/src/CMakeOptions.txt @@ -60,6 +60,7 @@ option(SUPPORT_FILEFORMAT_PVR "Support loading PVR as textures" ${OFF}) # text.c 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_TEXT_MANIPULATION "Support text manipulation functions" ON) # 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) |
