summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-06-03 14:42:52 +0200
committerLiam <byteslice@airmail.cc>2023-06-03 14:50:54 +0200
commit790f91fcc57458ef63db7bf1baccc9d9ca2d57ce (patch)
treeb5612c33c77edf6a98ee4eea7f663233d8649ca1 /src/core/CMakeLists.txt
parentMerge pull request #10575 from bm01/issue-template (diff)
downloadyuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.gz
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.bz2
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.lz
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.xz
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.zst
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.zip
Diffstat (limited to '')
-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 45328158f..e8bf68866 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -106,6 +106,8 @@ add_library(core STATIC
file_sys/system_archive/time_zone_binary.h
file_sys/vfs.cpp
file_sys/vfs.h
+ file_sys/vfs_cached.cpp
+ file_sys/vfs_cached.h
file_sys/vfs_concat.cpp
file_sys/vfs_concat.h
file_sys/vfs_layered.cpp