summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-16 04:34:35 +0100
committerZach Hilman <zachhilman@gmail.com>2018-11-16 04:34:35 +0100
commit6aa69880ea008870709f556b2e0dc0bd881b31d9 (patch)
tree5e8b62418cd5e8edb88f7cb131d346d1da69e662 /src/core/CMakeLists.txt
parentvfs_vector: Add VFS backend for std::array (diff)
downloadyuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.tar
yuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.tar.gz
yuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.tar.bz2
yuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.tar.lz
yuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.tar.xz
yuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.tar.zst
yuzu-6aa69880ea008870709f556b2e0dc0bd881b31d9.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 64fdf38cd..2d61e2f2c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -61,6 +61,10 @@ add_library(core STATIC
file_sys/sdmc_factory.h
file_sys/submission_package.cpp
file_sys/submission_package.h
+ file_sys/system_archive/ng_word.cpp
+ file_sys/system_archive/ng_word.h
+ file_sys/system_archive/system_archive.cpp
+ file_sys/system_archive/system_archive.h
file_sys/vfs.cpp
file_sys/vfs.h
file_sys/vfs_concat.cpp