diff options
| author | Liam <byteslice@airmail.cc> | 2024-02-17 14:22:15 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-02-18 10:35:39 -0500 |
| commit | 2e96921f9cbd7e8eab6c6b8e94bdbe1a5ccd7237 (patch) | |
| tree | a0e730535f063c5154c5eeac4e329fefc053d4dd /src/core/CMakeLists.txt | |
| parent | cf0de18982da2b83772d64940064b17946dabd21 (diff) | |
ns: rewrite IApplicationManagerInterface
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 4ec9a1548..43d377913 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -741,6 +741,8 @@ add_library(core STATIC hle/service/npns/npns.h hle/service/ns/account_proxy_interface.cpp hle/service/ns/account_proxy_interface.h + hle/service/ns/application_manager_interface.cpp + hle/service/ns/application_manager_interface.h hle/service/ns/application_version_interface.cpp hle/service/ns/application_version_interface.h hle/service/ns/content_management_interface.cpp |
