diff options
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index a82e8a85b..51a574629 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -17,6 +17,7 @@ set(SRCS | |||
| 17 | debugger/profiler.cpp | 17 | debugger/profiler.cpp |
| 18 | debugger/ramview.cpp | 18 | debugger/ramview.cpp |
| 19 | debugger/registers.cpp | 19 | debugger/registers.cpp |
| 20 | game_list.cpp | ||
| 20 | util/spinbox.cpp | 21 | util/spinbox.cpp |
| 21 | util/util.cpp | 22 | util/util.cpp |
| 22 | bootmanager.cpp | 23 | bootmanager.cpp |
| @@ -42,6 +43,7 @@ set(HEADERS | |||
| 42 | debugger/profiler.h | 43 | debugger/profiler.h |
| 43 | debugger/ramview.h | 44 | debugger/ramview.h |
| 44 | debugger/registers.h | 45 | debugger/registers.h |
| 46 | game_list.h | ||
| 45 | util/spinbox.h | 47 | util/spinbox.h |
| 46 | util/util.h | 48 | util/util.h |
| 47 | bootmanager.h | 49 | bootmanager.h |