summaryrefslogtreecommitdiff
path: root/src/citra_qt/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
-rw-r--r--src/citra_qt/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index 999724102..cd4a04eac 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -10,6 +10,7 @@ set(SRCS
10 debugger/graphics.cpp 10 debugger/graphics.cpp
11 debugger/graphics_breakpoints.cpp 11 debugger/graphics_breakpoints.cpp
12 debugger/graphics_cmdlists.cpp 12 debugger/graphics_cmdlists.cpp
13 debugger/graphics_framebuffer.cpp
13 debugger/ramview.cpp 14 debugger/ramview.cpp
14 debugger/registers.cpp 15 debugger/registers.cpp
15 util/spinbox.cpp 16 util/spinbox.cpp
@@ -27,6 +28,7 @@ set(HEADERS
27 debugger/graphics.hxx 28 debugger/graphics.hxx
28 debugger/graphics_breakpoints.hxx 29 debugger/graphics_breakpoints.hxx
29 debugger/graphics_cmdlists.hxx 30 debugger/graphics_cmdlists.hxx
31 debugger/graphics_framebuffer.hxx
30 debugger/ramview.hxx 32 debugger/ramview.hxx
31 debugger/registers.hxx 33 debugger/registers.hxx
32 util/spinbox.hxx 34 util/spinbox.hxx