summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-17 02:42:49 +0100
committerGitHub <noreply@github.com>2022-02-17 02:42:49 +0100
commit027ff7847ca47669561f990cbb2f3c27b1e65be9 (patch)
treea5c8f68b6c6db306324906f6b8794f01f0eb75b3 /src/core/CMakeLists.txt
parentMerge pull request #7899 from Kelebek1/test (diff)
parentservice/mnpp: Stub mnpp_app (diff)
downloadyuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.tar
yuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.tar.gz
yuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.tar.bz2
yuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.tar.lz
yuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.tar.xz
yuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.tar.zst
yuzu-027ff7847ca47669561f990cbb2f3c27b1e65be9.zip
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 6e8d11919..0c10cd019 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -467,6 +467,8 @@ add_library(core STATIC
hle/service/mii/types.h
hle/service/mm/mm_u.cpp
hle/service/mm/mm_u.h
+ hle/service/mnpp/mnpp_app.cpp
+ hle/service/mnpp/mnpp_app.h
hle/service/ncm/ncm.cpp
hle/service/ncm/ncm.h
hle/service/nfc/nfc.cpp