diff options
| author | Liam <byteslice@airmail.cc> | 2024-02-11 20:45:40 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-02-12 09:17:25 -0500 |
| commit | bbb1ff6574b2e4e13b3aec68c20e62c622845859 (patch) | |
| tree | 9436432f9913b8b3162f33c6c2130eadd7308e7e /src/core/CMakeLists.txt | |
| parent | 927fa532e5459502a10767f58a7d2f48338e7963 (diff) | |
am: add IApplicationAccessor
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
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 hle/service/am/service/all_system_applet_proxies_service.h hle/service/am/service/applet_common_functions.cpp hle/service/am/service/applet_common_functions.h + hle/service/am/service/application_accessor.cpp + hle/service/am/service/application_accessor.h hle/service/am/service/application_functions.cpp hle/service/am/service/application_functions.h hle/service/am/service/application_proxy_service.cpp |
