summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2024-02-17 14:05:41 -0500
committerGravatar Liam2024-02-18 10:32:21 -0500
commitae83ee28a3a1d31d74b991123a150d3cd202f554 (patch)
tree06137c63e8b2aeac11b6765298e91ee90146aaf6 /src/core/CMakeLists.txt
parentns: move ISystemUpdateControl (diff)
downloadyuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.gz
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.xz
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.zip
ns: rewrite ISystemUpdateInterface
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 fdd1c54ac..2fb3dafd6 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -771,6 +771,8 @@ add_library(core STATIC
771 hle/service/ns/read_only_application_record_interface.h 771 hle/service/ns/read_only_application_record_interface.h
772 hle/service/ns/system_update_control.cpp 772 hle/service/ns/system_update_control.cpp
773 hle/service/ns/system_update_control.h 773 hle/service/ns/system_update_control.h
774 hle/service/ns/system_update_interface.cpp
775 hle/service/ns/system_update_interface.h
774 hle/service/ns/vulnerability_manager_interface.cpp 776 hle/service/ns/vulnerability_manager_interface.cpp
775 hle/service/ns/vulnerability_manager_interface.h 777 hle/service/ns/vulnerability_manager_interface.h
776 hle/service/nvdrv/core/container.cpp 778 hle/service/nvdrv/core/container.cpp