summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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
18option(YUZU_USE_BUNDLED_UNICORN "Build/Download bundled Unicorn" ON) 18option(YUZU_USE_BUNDLED_UNICORN "Build/Download bundled Unicorn" ON)
19 19
20option(ENABLE_CUBEB "Enables the cubeb audio backend" ON)
21
20if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) 22if(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