diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 2d5490968..5ae31932c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -417,14 +417,10 @@ add_library(core STATIC | |||
| 417 | hle/service/am/am_types.h | 417 | hle/service/am/am_types.h |
| 418 | hle/service/am/applet.cpp | 418 | hle/service/am/applet.cpp |
| 419 | hle/service/am/applet.h | 419 | hle/service/am/applet.h |
| 420 | hle/service/am/applet_ae.cpp | ||
| 421 | hle/service/am/applet_ae.h | ||
| 422 | hle/service/am/applet_manager.cpp | 420 | hle/service/am/applet_manager.cpp |
| 423 | hle/service/am/applet_data_broker.cpp | 421 | hle/service/am/applet_data_broker.cpp |
| 424 | hle/service/am/applet_data_broker.h | 422 | hle/service/am/applet_data_broker.h |
| 425 | hle/service/am/applet_manager.h | 423 | hle/service/am/applet_manager.h |
| 426 | hle/service/am/applet_oe.cpp | ||
| 427 | hle/service/am/applet_oe.h | ||
| 428 | hle/service/am/applet_common_functions.cpp | 424 | hle/service/am/applet_common_functions.cpp |
| 429 | hle/service/am/applet_common_functions.h | 425 | hle/service/am/applet_common_functions.h |
| 430 | hle/service/am/applet_message_queue.cpp | 426 | hle/service/am/applet_message_queue.cpp |
| @@ -473,6 +469,10 @@ add_library(core STATIC | |||
| 473 | hle/service/am/process.h | 469 | hle/service/am/process.h |
| 474 | hle/service/am/self_controller.cpp | 470 | hle/service/am/self_controller.cpp |
| 475 | hle/service/am/self_controller.h | 471 | hle/service/am/self_controller.h |
| 472 | hle/service/am/service/all_system_applet_proxies_service.cpp | ||
| 473 | hle/service/am/service/all_system_applet_proxies_service.h | ||
| 474 | hle/service/am/service/application_proxy_service.cpp | ||
| 475 | hle/service/am/service/application_proxy_service.h | ||
| 476 | hle/service/am/system_applet_proxy.cpp | 476 | hle/service/am/system_applet_proxy.cpp |
| 477 | hle/service/am/system_applet_proxy.h | 477 | hle/service/am/system_applet_proxy.h |
| 478 | hle/service/am/system_buffer_manager.cpp | 478 | hle/service/am/system_buffer_manager.cpp |