summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2024-02-11 20:45:40 -0500
committerGravatar Liam2024-02-12 09:17:25 -0500
commitbbb1ff6574b2e4e13b3aec68c20e62c622845859 (patch)
tree9436432f9913b8b3162f33c6c2130eadd7308e7e /src/core/CMakeLists.txt
parentam: rewrite ILockAccessor (diff)
downloadyuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.gz
yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.xz
yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.zip
am: add IApplicationAccessor
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 073e42e00..db27e0f3e 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -441,6 +441,8 @@ add_library(core STATIC
441 hle/service/am/service/all_system_applet_proxies_service.h 441 hle/service/am/service/all_system_applet_proxies_service.h
442 hle/service/am/service/applet_common_functions.cpp 442 hle/service/am/service/applet_common_functions.cpp
443 hle/service/am/service/applet_common_functions.h 443 hle/service/am/service/applet_common_functions.h
444 hle/service/am/service/application_accessor.cpp
445 hle/service/am/service/application_accessor.h
444 hle/service/am/service/application_functions.cpp 446 hle/service/am/service/application_functions.cpp
445 hle/service/am/service/application_functions.h 447 hle/service/am/service/application_functions.h
446 hle/service/am/service/application_proxy_service.cpp 448 hle/service/am/service/application_proxy_service.cpp