summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeOptions.txt
diff options
context:
space:
mode:
authorRay <[email protected]>2018-07-16 18:43:24 +0200
committerRay <[email protected]>2018-07-16 18:43:24 +0200
commit98273f0152106dde09ab82f5f68332ca83582bb9 (patch)
treee16151114748af90f6c4370d9ef37f534b75642e /src/CMakeOptions.txt
parent4d4d9b0170c66871fc0597ed2a172baa1e03569d (diff)
downloadraylib-98273f0152106dde09ab82f5f68332ca83582bb9.tar.gz
raylib-98273f0152106dde09ab82f5f68332ca83582bb9.zip
Reviewed compilation options
Diffstat (limited to 'src/CMakeOptions.txt')
-rw-r--r--src/CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeOptions.txt b/src/CMakeOptions.txt
index 4ed1a375..1a18039a 100644
--- a/src/CMakeOptions.txt
+++ b/src/CMakeOptions.txt
@@ -35,7 +35,7 @@ option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of current screen pr
option(SUPPORT_GESTURES_SYSTEM "Gestures module is included (gestures.h) to support gestures detection: tap, hold, swipe, drag" ON)
option(SUPPORT_MOUSE_GESTURES "Mouse gestures are directly mapped like touches and processed by gestures system" ON)
-# rlgl.c
+# rlgl.h
option(SUPPORT_VR_SIMULATOR "Support VR simulation functionality (stereo rendering)" ON)
option(SUPPORT_DISTORTION_SHADER "Include stereo rendering distortion shader (shader_distortion.h)" ON)