summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/CMakeLists.txt
diff options
context:
space:
mode:
authorMaribel <MerryMage@users.noreply.github.com>2016-05-19 00:01:03 +0200
committerbunnei <bunneidev@gmail.com>2016-05-19 00:01:03 +0200
commitd0148739169880e4c406ffe29430b9d28247bafb (patch)
treee542c861df387e18848f3a5ddd7469b9c872e330 /src/citra_qt/CMakeLists.txt
parentMerge pull request #1814 from JayFoxRox/fix-read-after-write (diff)
downloadyuzu-d0148739169880e4c406ffe29430b9d28247bafb.tar
yuzu-d0148739169880e4c406ffe29430b9d28247bafb.tar.gz
yuzu-d0148739169880e4c406ffe29430b9d28247bafb.tar.bz2
yuzu-d0148739169880e4c406ffe29430b9d28247bafb.tar.lz
yuzu-d0148739169880e4c406ffe29430b9d28247bafb.tar.xz
yuzu-d0148739169880e4c406ffe29430b9d28247bafb.tar.zst
yuzu-d0148739169880e4c406ffe29430b9d28247bafb.zip
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
-rw-r--r--src/citra_qt/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index 3f0099200..0a5d4624b 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -20,6 +20,7 @@ set(SRCS
util/spinbox.cpp
util/util.cpp
bootmanager.cpp
+ configure_audio.cpp
configure_debug.cpp
configure_dialog.cpp
configure_general.cpp
@@ -51,6 +52,7 @@ set(HEADERS
util/spinbox.h
util/util.h
bootmanager.h
+ configure_audio.h
configure_debug.h
configure_dialog.h
configure_general.h
@@ -69,6 +71,7 @@ set(UIS
debugger/profiler.ui
debugger/registers.ui
configure.ui
+ configure_audio.ui
configure_debug.ui
configure_general.ui
hotkeys.ui