diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 3a2ba9ed4..049946426 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -393,8 +393,13 @@ add_library(core STATIC | |||
| 393 | hle/service/am/am.cpp | 393 | hle/service/am/am.cpp |
| 394 | hle/service/am/am.h | 394 | hle/service/am/am.h |
| 395 | hle/service/am/am_results.h | 395 | hle/service/am/am_results.h |
| 396 | hle/service/am/am_types.h | ||
| 397 | hle/service/am/applet.cpp | ||
| 398 | hle/service/am/applet.h | ||
| 396 | hle/service/am/applet_ae.cpp | 399 | hle/service/am/applet_ae.cpp |
| 397 | hle/service/am/applet_ae.h | 400 | hle/service/am/applet_ae.h |
| 401 | hle/service/am/applet_manager.cpp | ||
| 402 | hle/service/am/applet_manager.h | ||
| 398 | hle/service/am/applet_oe.cpp | 403 | hle/service/am/applet_oe.cpp |
| 399 | hle/service/am/applet_oe.h | 404 | hle/service/am/applet_oe.h |
| 400 | hle/service/am/applets/applet_cabinet.cpp | 405 | hle/service/am/applets/applet_cabinet.cpp |
| @@ -438,6 +443,8 @@ add_library(core STATIC | |||
| 438 | hle/service/am/display_controller.h | 443 | hle/service/am/display_controller.h |
| 439 | hle/service/am/global_state_controller.cpp | 444 | hle/service/am/global_state_controller.cpp |
| 440 | hle/service/am/global_state_controller.h | 445 | hle/service/am/global_state_controller.h |
| 446 | hle/service/am/hid_registration.cpp | ||
| 447 | hle/service/am/hid_registration.h | ||
| 441 | hle/service/am/home_menu_functions.cpp | 448 | hle/service/am/home_menu_functions.cpp |
| 442 | hle/service/am/home_menu_functions.h | 449 | hle/service/am/home_menu_functions.h |
| 443 | hle/service/am/idle.cpp | 450 | hle/service/am/idle.cpp |
| @@ -450,16 +457,24 @@ add_library(core STATIC | |||
| 450 | hle/service/am/library_applet_proxy.h | 457 | hle/service/am/library_applet_proxy.h |
| 451 | hle/service/am/library_applet_self_accessor.cpp | 458 | hle/service/am/library_applet_self_accessor.cpp |
| 452 | hle/service/am/library_applet_self_accessor.h | 459 | hle/service/am/library_applet_self_accessor.h |
| 460 | hle/service/am/library_applet_storage.cpp | ||
| 461 | hle/service/am/library_applet_storage.h | ||
| 453 | hle/service/am/lock_accessor.cpp | 462 | hle/service/am/lock_accessor.cpp |
| 454 | hle/service/am/lock_accessor.h | 463 | hle/service/am/lock_accessor.h |
| 464 | hle/service/am/managed_layer_holder.cpp | ||
| 465 | hle/service/am/managed_layer_holder.h | ||
| 455 | hle/service/am/omm.cpp | 466 | hle/service/am/omm.cpp |
| 456 | hle/service/am/omm.h | 467 | hle/service/am/omm.h |
| 457 | hle/service/am/process_winding_controller.cpp | 468 | hle/service/am/process_winding_controller.cpp |
| 458 | hle/service/am/process_winding_controller.h | 469 | hle/service/am/process_winding_controller.h |
| 470 | hle/service/am/process.cpp | ||
| 471 | hle/service/am/process.h | ||
| 459 | hle/service/am/self_controller.cpp | 472 | hle/service/am/self_controller.cpp |
| 460 | hle/service/am/self_controller.h | 473 | hle/service/am/self_controller.h |
| 461 | hle/service/am/system_applet_proxy.cpp | 474 | hle/service/am/system_applet_proxy.cpp |
| 462 | hle/service/am/system_applet_proxy.h | 475 | hle/service/am/system_applet_proxy.h |
| 476 | hle/service/am/system_buffer_manager.cpp | ||
| 477 | hle/service/am/system_buffer_manager.h | ||
| 463 | hle/service/am/spsm.cpp | 478 | hle/service/am/spsm.cpp |
| 464 | hle/service/am/spsm.h | 479 | hle/service/am/spsm.h |
| 465 | hle/service/am/storage_accessor.cpp | 480 | hle/service/am/storage_accessor.cpp |
| @@ -531,6 +546,8 @@ add_library(core STATIC | |||
| 531 | hle/service/es/es.h | 546 | hle/service/es/es.h |
| 532 | hle/service/eupld/eupld.cpp | 547 | hle/service/eupld/eupld.cpp |
| 533 | hle/service/eupld/eupld.h | 548 | hle/service/eupld/eupld.h |
| 549 | hle/service/event.cpp | ||
| 550 | hle/service/event.h | ||
| 534 | hle/service/fatal/fatal.cpp | 551 | hle/service/fatal/fatal.cpp |
| 535 | hle/service/fatal/fatal.h | 552 | hle/service/fatal/fatal.h |
| 536 | hle/service/fatal/fatal_p.cpp | 553 | hle/service/fatal/fatal_p.cpp |