diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86d2423ed..3639b623c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -17,6 +17,8 @@ CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" ON "EN | |||
| 17 | 17 | ||
| 18 | option(YUZU_USE_BUNDLED_UNICORN "Build/Download bundled Unicorn" ON) | 18 | option(YUZU_USE_BUNDLED_UNICORN "Build/Download bundled Unicorn" ON) |
| 19 | 19 | ||
| 20 | option(ENABLE_CUBEB "Enables the cubeb audio backend" ON) | ||
| 21 | |||
| 20 | if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) | 22 | if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) |
| 21 | message(STATUS "Copying pre-commit hook") | 23 | message(STATUS "Copying pre-commit hook") |
| 22 | file(COPY hooks/pre-commit | 24 | file(COPY hooks/pre-commit |