diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-02-12 17:58:11 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-02-12 18:33:02 -0300 |
commit | cc94a6d1018630c28492604fdd4de11390c1258e (patch) | |
tree | 5c08df99d49215e6c214942646d49bd634a2e97e | |
parent | afb8af98539b2d6b6d82e698182a193f587b9805 (diff) |
cmake: Add Vulkan option
-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 option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) +option(ENABLE_VULKAN "Enables Vulkan backend" ON) + option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF) if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.git/hooks/pre-commit) |