diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-04-23 08:36:35 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 16:50:39 -0400 |
commit | d4d38dd44d61a64a56a5bc5e7c0644dfbc17e128 (patch) | |
tree | f0b015d3f84ed2332cf4111c1f9d21d0f9040bc7 /src/yuzu/CMakeLists.txt | |
parent | c182688ad6e6c36be4a683e85bdcba05fdc92ba3 (diff) |
yuzu: Add UI to manage filesystem paths and sizes
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index f051e17b4..c50ca317d 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -33,6 +33,8 @@ add_executable(yuzu configuration/configure_debug.ui configuration/configure_dialog.cpp configuration/configure_dialog.h + configuration/configure_filesystem.cpp + configuration/configure_filesystem.h configuration/configure_gamelist.cpp configuration/configure_gamelist.h configuration/configure_gamelist.ui |