diff options
| author | 2024-02-17 14:22:15 -0500 | |
|---|---|---|
| committer | 2024-02-18 10:35:39 -0500 | |
| commit | 2e96921f9cbd7e8eab6c6b8e94bdbe1a5ccd7237 (patch) | |
| tree | a0e730535f063c5154c5eeac4e329fefc053d4dd /src/core/CMakeLists.txt | |
| parent | ns: move IDevelopInterface (diff) | |
| download | yuzu-2e96921f9cbd7e8eab6c6b8e94bdbe1a5ccd7237.tar.gz yuzu-2e96921f9cbd7e8eab6c6b8e94bdbe1a5ccd7237.tar.xz yuzu-2e96921f9cbd7e8eab6c6b8e94bdbe1a5ccd7237.zip | |
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 | |||
| 741 | hle/service/npns/npns.h | 741 | hle/service/npns/npns.h |
| 742 | hle/service/ns/account_proxy_interface.cpp | 742 | hle/service/ns/account_proxy_interface.cpp |
| 743 | hle/service/ns/account_proxy_interface.h | 743 | hle/service/ns/account_proxy_interface.h |
| 744 | hle/service/ns/application_manager_interface.cpp | ||
| 745 | hle/service/ns/application_manager_interface.h | ||
| 744 | hle/service/ns/application_version_interface.cpp | 746 | hle/service/ns/application_version_interface.cpp |
| 745 | hle/service/ns/application_version_interface.h | 747 | hle/service/ns/application_version_interface.h |
| 746 | hle/service/ns/content_management_interface.cpp | 748 | hle/service/ns/content_management_interface.cpp |