diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 18:43:11 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 18:43:20 -0400 |
commit | 038bcec11153cefd713ddb06eddcc42b0a936df2 (patch) | |
tree | db5abfb3d9b350ce931ec89ad8722233c8534a5e /src/yuzu/CMakeLists.txt | |
parent | ccd70819c241a84c2ec7f8ad4706b6c0e9a24347 (diff) |
configure_debug: Move reporting option to logging
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index c50ca317d..dc6fa07fc 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -35,6 +35,7 @@ add_executable(yuzu configuration/configure_dialog.h configuration/configure_filesystem.cpp configuration/configure_filesystem.h + configuration/configure_filesystem.ui configuration/configure_gamelist.cpp configuration/configure_gamelist.h configuration/configure_gamelist.ui |