diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97d888762..32cfa8580 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -23,6 +23,8 @@ option(YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OF | |||
| 23 | 23 | ||
| 24 | option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) | 24 | option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) |
| 25 | 25 | ||
| 26 | option(ENABLE_VULKAN "Enables Vulkan backend" ON) | ||
| 27 | |||
| 26 | option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF) | 28 | option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF) |
| 27 | 29 | ||
| 28 | if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit) | 30 | if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit) |