diff options
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
| -rw-r--r-- | src/citra_qt/CMakeLists.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 9b3eb2cd6..6660d9879 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt | |||
| @@ -17,12 +17,16 @@ 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 | ||
| 21 | util/spinbox.cpp | 20 | util/spinbox.cpp |
| 22 | util/util.cpp | 21 | util/util.cpp |
| 23 | bootmanager.cpp | 22 | bootmanager.cpp |
| 23 | configure_debug.cpp | ||
| 24 | configure_dialog.cpp | ||
| 25 | configure_general.cpp | ||
| 26 | game_list.cpp | ||
| 24 | hotkeys.cpp | 27 | hotkeys.cpp |
| 25 | main.cpp | 28 | main.cpp |
| 29 | ui_settings.cpp | ||
| 26 | citra-qt.rc | 30 | citra-qt.rc |
| 27 | Info.plist | 31 | Info.plist |
| 28 | ) | 32 | ) |
| @@ -44,12 +48,16 @@ set(HEADERS | |||
| 44 | debugger/profiler.h | 48 | debugger/profiler.h |
| 45 | debugger/ramview.h | 49 | debugger/ramview.h |
| 46 | debugger/registers.h | 50 | debugger/registers.h |
| 47 | game_list.h | ||
| 48 | util/spinbox.h | 51 | util/spinbox.h |
| 49 | util/util.h | 52 | util/util.h |
| 50 | bootmanager.h | 53 | bootmanager.h |
| 54 | configure_debug.h | ||
| 55 | configure_dialog.h | ||
| 56 | configure_general.h | ||
| 57 | game_list.h | ||
| 51 | hotkeys.h | 58 | hotkeys.h |
| 52 | main.h | 59 | main.h |
| 60 | ui_settings.h | ||
| 53 | version.h | 61 | version.h |
| 54 | ) | 62 | ) |
| 55 | 63 | ||
| @@ -59,6 +67,9 @@ set(UIS | |||
| 59 | debugger/disassembler.ui | 67 | debugger/disassembler.ui |
| 60 | debugger/profiler.ui | 68 | debugger/profiler.ui |
| 61 | debugger/registers.ui | 69 | debugger/registers.ui |
| 70 | configure.ui | ||
| 71 | configure_debug.ui | ||
| 72 | configure_general.ui | ||
| 62 | hotkeys.ui | 73 | hotkeys.ui |
| 63 | main.ui | 74 | main.ui |
| 64 | ) | 75 | ) |