mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Include SUPPORT_DATA_STORAGE flag for building with CMake (#1515)
* Update CMakeOptions.txt * Update config.h.in
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user