summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2024-02-11 20:41:48 -0500
committerGravatar Liam2024-02-12 09:17:25 -0500
commit927fa532e5459502a10767f58a7d2f48338e7963 (patch)
treea34675ed8522f3b2ed9c93d74f06c1797f385fe8 /src/core/CMakeLists.txt
parentam: rewrite IWindowController (diff)
downloadyuzu-927fa532e5459502a10767f58a7d2f48338e7963.tar.gz
yuzu-927fa532e5459502a10767f58a7d2f48338e7963.tar.xz
yuzu-927fa532e5459502a10767f58a7d2f48338e7963.zip
am: rewrite ILockAccessor
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index f8e093be7..073e42e00 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -431,8 +431,6 @@ add_library(core STATIC
431 hle/service/am/idle.h 431 hle/service/am/idle.h
432 hle/service/am/library_applet_storage.cpp 432 hle/service/am/library_applet_storage.cpp
433 hle/service/am/library_applet_storage.h 433 hle/service/am/library_applet_storage.h
434 hle/service/am/lock_accessor.cpp
435 hle/service/am/lock_accessor.h
436 hle/service/am/managed_layer_holder.cpp 434 hle/service/am/managed_layer_holder.cpp
437 hle/service/am/managed_layer_holder.h 435 hle/service/am/managed_layer_holder.h
438 hle/service/am/omm.cpp 436 hle/service/am/omm.cpp
@@ -471,6 +469,8 @@ add_library(core STATIC
471 hle/service/am/service/library_applet_proxy.h 469 hle/service/am/service/library_applet_proxy.h
472 hle/service/am/service/library_applet_self_accessor.cpp 470 hle/service/am/service/library_applet_self_accessor.cpp
473 hle/service/am/service/library_applet_self_accessor.h 471 hle/service/am/service/library_applet_self_accessor.h
472 hle/service/am/service/lock_accessor.cpp
473 hle/service/am/service/lock_accessor.h
474 hle/service/am/service/process_winding_controller.cpp 474 hle/service/am/service/process_winding_controller.cpp
475 hle/service/am/service/process_winding_controller.h 475 hle/service/am/service/process_winding_controller.h
476 hle/service/am/service/self_controller.cpp 476 hle/service/am/service/self_controller.cpp