Include SUPPORT_DATA_STORAGE flag for building with CMake (#1515)

* Update CMakeOptions.txt

* Update config.h.in
This commit is contained in:
Kirottu
2021-01-06 21:45:32 +02:00
committed by GitHub
parent a6cd6eedbe
commit 22da9087b1
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#cmakedefine SUPPORT_HIGH_DPI 1
// Support CompressData() and DecompressData() functions
#cmakedefine SUPPORT_COMPRESSION_API 1
// Support for persistent data storage
#cmakedefine SUPPORT_DATA_STORAGE 1
// rlgl.h
// Support VR simulation functionality (stereo rendering)