diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 705667080..5629980d9 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -120,6 +120,8 @@ add_library(core STATIC | |||
| 120 | file_sys/vfs_vector.h | 120 | file_sys/vfs_vector.h |
| 121 | file_sys/xts_archive.cpp | 121 | file_sys/xts_archive.cpp |
| 122 | file_sys/xts_archive.h | 122 | file_sys/xts_archive.h |
| 123 | frontend/applets/cabinet.cpp | ||
| 124 | frontend/applets/cabinet.h | ||
| 123 | frontend/applets/controller.cpp | 125 | frontend/applets/controller.cpp |
| 124 | frontend/applets/controller.h | 126 | frontend/applets/controller.h |
| 125 | frontend/applets/error.cpp | 127 | frontend/applets/error.cpp |
| @@ -312,6 +314,8 @@ add_library(core STATIC | |||
| 312 | hle/service/am/applet_ae.h | 314 | hle/service/am/applet_ae.h |
| 313 | hle/service/am/applet_oe.cpp | 315 | hle/service/am/applet_oe.cpp |
| 314 | hle/service/am/applet_oe.h | 316 | hle/service/am/applet_oe.h |
| 317 | hle/service/am/applets/applet_cabinet.cpp | ||
| 318 | hle/service/am/applets/applet_cabinet.h | ||
| 315 | hle/service/am/applets/applet_controller.cpp | 319 | hle/service/am/applets/applet_controller.cpp |
| 316 | hle/service/am/applets/applet_controller.h | 320 | hle/service/am/applets/applet_controller.h |
| 317 | hle/service/am/applets/applet_error.cpp | 321 | hle/service/am/applets/applet_error.cpp |