diff options
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index bbc521f8a..586bc84b0 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -8,9 +8,11 @@ set(SRCS | |||
| 8 | debugger/callstack.cpp | 8 | debugger/callstack.cpp |
| 9 | debugger/disassembler.cpp | 9 | debugger/disassembler.cpp |
| 10 | debugger/graphics.cpp | 10 | debugger/graphics.cpp |
| 11 | debugger/graphics_breakpoint_observer.cpp | ||
| 11 | debugger/graphics_breakpoints.cpp | 12 | debugger/graphics_breakpoints.cpp |
| 12 | debugger/graphics_cmdlists.cpp | 13 | debugger/graphics_cmdlists.cpp |
| 13 | debugger/graphics_framebuffer.cpp | 14 | debugger/graphics_framebuffer.cpp |
| 15 | debugger/graphics_vertex_shader.cpp | ||
| 14 | debugger/ramview.cpp | 16 | debugger/ramview.cpp |
| 15 | debugger/registers.cpp | 17 | debugger/registers.cpp |
| 16 | util/spinbox.cpp | 18 | util/spinbox.cpp |
| @@ -27,10 +29,12 @@ set(HEADERS | |||
| 27 | debugger/callstack.h | 29 | debugger/callstack.h |
| 28 | debugger/disassembler.h | 30 | debugger/disassembler.h |
| 29 | debugger/graphics.h | 31 | debugger/graphics.h |
| 32 | debugger/graphics_breakpoint_observer.h | ||
| 30 | debugger/graphics_breakpoints.h | 33 | debugger/graphics_breakpoints.h |
| 31 | debugger/graphics_breakpoints_p.h | 34 | debugger/graphics_breakpoints_p.h |
| 32 | debugger/graphics_cmdlists.h | 35 | debugger/graphics_cmdlists.h |
| 33 | debugger/graphics_framebuffer.h | 36 | debugger/graphics_framebuffer.h |
| 37 | debugger/graphics_vertex_shader.h | ||
| 34 | debugger/ramview.h | 38 | debugger/ramview.h |
| 35 | debugger/registers.h | 39 | debugger/registers.h |
| 36 | util/spinbox.h | 40 | util/spinbox.h |