diff options
| author | Ray <[email protected]> | 2023-07-18 18:07:49 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-07-18 18:07:49 +0200 |
| commit | a9ff13a367b7bd166436b12b741b8c8199f1c85f (patch) | |
| tree | 0389fec13fc2ff84f44898b610092ee073a0858b /CMakeOptions.txt | |
| parent | 52541b4a1fb04d66de30c2a1e5f44358b2c1aee7 (diff) | |
| download | raylib-a9ff13a367b7bd166436b12b741b8c8199f1c85f.tar.gz raylib-a9ff13a367b7bd166436b12b741b8c8199f1c85f.zip | |
Update CMakeOptions.txt
Diffstat (limited to 'CMakeOptions.txt')
| -rw-r--r-- | CMakeOptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index a239f114..c643427c 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -73,7 +73,7 @@ cmake_dependent_option(SUPPORT_FILEFORMAT_PVR "Support loading PVR as textures" cmake_dependent_option(SUPPORT_FILEFORMAT_FNT "Support loading fonts in FNT format" ON CUSTOMIZE_BUILD ON) cmake_dependent_option(SUPPORT_FILEFORMAT_TTF "Support loading font in TTF/OTF format" ON CUSTOMIZE_BUILD ON) cmake_dependent_option(SUPPORT_TEXT_MANIPULATION "Support text manipulation functions" ON CUSTOMIZE_BUILD ON) -cmake_dependent_option(#define SUPPORT_FONT_ATLAS_WHITE_REC "Support white rec on font atlas bottom-right corner" ON CUSTOMIZE_BUILD ON) +cmake_dependent_option(SUPPORT_FONT_ATLAS_WHITE_REC "Support white rec on font atlas bottom-right corner" ON CUSTOMIZE_BUILD ON) # rmodels.c cmake_dependent_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 CUSTOMIZE_BUILD ON) |
