diff options
| author | Shiqing <[email protected]> | 2019-05-03 12:17:58 +0800 |
|---|---|---|
| committer | Shiqing <[email protected]> | 2019-05-03 12:24:20 +0800 |
| commit | 780cefc3b0a2f2115b235890db96028ff5e6fcf3 (patch) | |
| tree | 374d54b3abef29e5acf5d724d318f46e1fd9cf2d /src/CMakeOptions.txt | |
| parent | 0b2bad4205d0322455ef4535342264dd675c1942 (diff) | |
| download | raylib-780cefc3b0a2f2115b235890db96028ff5e6fcf3.tar.gz raylib-780cefc3b0a2f2115b235890db96028ff5e6fcf3.zip | |
Add SUPPORT_HIGH_DPI to CMakeOptions.txt
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 b69c443f..b5048b8a 100644 --- a/src/CMakeOptions.txt +++ b/src/CMakeOptions.txt @@ -31,6 +31,7 @@ option(SUPPORT_SCREEN_CAPTURE "Allow automatic screen capture of current screen option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()" ON) 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) +option(SUPPORT_HIGH_DPI "Support high DPI displays" OFF) # rlgl.h option(SUPPORT_VR_SIMULATOR "Support VR simulation functionality (stereo rendering)" ON) |
