diff options
| author | Kirottu <[email protected]> | 2021-01-06 21:45:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-06 20:45:32 +0100 |
| commit | 22da9087b1e9ea8df1fa00778b70c115d34f0c03 (patch) | |
| tree | 40b5e33280c149d992915cb85f81fc4efd434105 /src/CMakeOptions.txt | |
| parent | a6cd6eedbe4666318d1e9b7a291cbfaba9410b26 (diff) | |
| download | raylib-22da9087b1e9ea8df1fa00778b70c115d34f0c03.tar.gz raylib-22da9087b1e9ea8df1fa00778b70c115d34f0c03.zip | |
Include SUPPORT_DATA_STORAGE flag for building with CMake (#1515)
* Update CMakeOptions.txt
* Update config.h.in
Diffstat (limited to 'src/CMakeOptions.txt')
| -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 a0f86445..7eff4c89 100644 --- a/src/CMakeOptions.txt +++ b/src/CMakeOptions.txt @@ -32,6 +32,7 @@ option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of current screen pr option(SUPPORT_BUSY_WAIT_LOOP "Use busy wait loop for timing sync instead of a high-resolution timer" OFF) option(SUPPORT_EVENTS_WAITING "Wait for events passively (sleeping while no events) instead of polling them actively every frame" OFF) option(SUPPORT_HIGH_DPI "Support high DPI displays" OFF) +option(SUPPORT_DATA_STORAGE "Support for persistent data storage" ON) # rlgl.h option(SUPPORT_VR_SIMULATOR "Support VR simulation functionality (stereo rendering)" ON) |
