summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2019-09-05 02:56:32 +0200
committerGitHub <noreply@github.com>2019-09-05 02:56:32 +0200
commit8795645d97d5ba1e4e37f932ab0f38e2033ffdeb (patch)
tree11e96da8a678b500066f76d986f9db650a5f340a /src/core/CMakeLists.txt
parentMerge pull request #2807 from FearlessTobi/port-4864 (diff)
parentsystem_archive: Add open-source reimplementation of MiiModel data (diff)
downloadyuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar
yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.gz
yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.bz2
yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.lz
yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.xz
yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.tar.zst
yuzu-8795645d97d5ba1e4e37f932ab0f38e2033ffdeb.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 5462decee..877a9e353 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -70,6 +70,8 @@ add_library(core STATIC
file_sys/sdmc_factory.h
file_sys/submission_package.cpp
file_sys/submission_package.h
+ file_sys/system_archive/mii_model.cpp
+ file_sys/system_archive/mii_model.h
file_sys/system_archive/ng_word.cpp
file_sys/system_archive/ng_word.h
file_sys/system_archive/system_archive.cpp