diff options
author | wwylele <wwylele@gmail.com> | 2016-06-01 09:43:33 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-07-10 05:22:38 +0200 |
commit | ec3e99eec762a380322b0c058e30a69e92fb3c1d (patch) | |
tree | ac1f58cfcf65a108d24e1ff6bf1c0d0e49bebe00 /src/citra_qt/CMakeLists.txt | |
parent | Service::CFG/FS: add and refactor out utilities for front-end (diff) | |
download | yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.gz yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.bz2 yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.lz yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.xz yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.zst yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.zip |
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
-rw-r--r-- | src/citra_qt/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 43a766053..017b43871 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt @@ -22,6 +22,7 @@ set(SRCS configure_debug.cpp configure_dialog.cpp configure_general.cpp + configure_system.cpp game_list.cpp hotkeys.cpp main.cpp @@ -52,6 +53,7 @@ set(HEADERS configure_debug.h configure_dialog.h configure_general.h + configure_system.h game_list.h game_list_p.h hotkeys.h @@ -69,6 +71,7 @@ set(UIS configure_audio.ui configure_debug.ui configure_general.ui + configure_system.ui hotkeys.ui main.ui ) |