diff options
| author | 2019-04-28 19:01:58 -0400 | |
|---|---|---|
| committer | 2019-09-30 17:26:10 -0400 | |
| commit | d8bcb1e9739e5c672d62df01a013812e082eefb5 (patch) | |
| tree | 5fc870325162cf0d8c4fdbd1fbb03d04fbe57911 | |
| parent | yuzu: Add UI tab to configure BCAT services (diff) | |
| download | yuzu-d8bcb1e9739e5c672d62df01a013812e082eefb5.tar.gz yuzu-d8bcb1e9739e5c672d62df01a013812e082eefb5.tar.xz yuzu-d8bcb1e9739e5c672d62df01a013812e082eefb5.zip | |
cmake: Add cmake option to build Boxcat backend
Default enabled
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bfa104034..9b3b0d6d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -21,6 +21,8 @@ option(YUZU_USE_BUNDLED_UNICORN "Build/Download bundled Unicorn" ON) | |||
| 21 | 21 | ||
| 22 | option(YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF) | 22 | option(YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF) |
| 23 | 23 | ||
| 24 | option(YUZU_ENABLE_BOXCAT "Enable the Boxcat service, a yuzu high-level implementation of BCAT" ON) | ||
| 25 | |||
| 24 | option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) | 26 | option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) |
| 25 | 27 | ||
| 26 | option(ENABLE_VULKAN "Enables Vulkan backend" ON) | 28 | option(ENABLE_VULKAN "Enables Vulkan backend" ON) |