summaryrefslogtreecommitdiffhomepage
path: root/src/config.h.in
diff options
context:
space:
mode:
authorKirottu <[email protected]>2021-01-06 21:45:32 +0200
committerGitHub <[email protected]>2021-01-06 20:45:32 +0100
commit22da9087b1e9ea8df1fa00778b70c115d34f0c03 (patch)
tree40b5e33280c149d992915cb85f81fc4efd434105 /src/config.h.in
parenta6cd6eedbe4666318d1e9b7a291cbfaba9410b26 (diff)
downloadraylib-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/config.h.in')
-rw-r--r--src/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 5f645233..4cb217b5 100644
--- a/src/config.h.in
+++ b/src/config.h.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)