diff options
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 8a511e02f..a0ba252b3 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -21,22 +21,22 @@ set(SRCS | |||
| 21 | ) | 21 | ) |
| 22 | 22 | ||
| 23 | set(HEADERS | 23 | set(HEADERS |
| 24 | config/controller_config.hxx | 24 | config/controller_config.h |
| 25 | config/controller_config_util.hxx | 25 | config/controller_config_util.h |
| 26 | config.h | 26 | config.h |
| 27 | debugger/callstack.hxx | 27 | debugger/callstack.h |
| 28 | debugger/disassembler.hxx | 28 | debugger/disassembler.h |
| 29 | debugger/graphics.hxx | 29 | debugger/graphics.h |
| 30 | debugger/graphics_breakpoints.hxx | 30 | debugger/graphics_breakpoints.h |
| 31 | debugger/graphics_breakpoints_p.hxx | 31 | debugger/graphics_breakpoints_p.h |
| 32 | debugger/graphics_cmdlists.hxx | 32 | debugger/graphics_cmdlists.h |
| 33 | debugger/graphics_framebuffer.hxx | 33 | debugger/graphics_framebuffer.h |
| 34 | debugger/ramview.hxx | 34 | debugger/ramview.h |
| 35 | debugger/registers.hxx | 35 | debugger/registers.h |
| 36 | util/spinbox.hxx | 36 | util/spinbox.h |
| 37 | bootmanager.hxx | 37 | bootmanager.h |
| 38 | hotkeys.hxx | 38 | hotkeys.h |
| 39 | main.hxx | 39 | main.h |
| 40 | version.h | 40 | version.h |
| 41 | ) | 41 | ) |
| 42 | 42 | ||