summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2023-06-03 08:42:52 -0400
committerGravatar Liam2023-06-03 08:50:54 -0400
commit790f91fcc57458ef63db7bf1baccc9d9ca2d57ce (patch)
treeb5612c33c77edf6a98ee4eea7f663233d8649ca1 /src/core/CMakeLists.txt
parentMerge pull request #10575 from bm01/issue-template (diff)
downloadyuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.gz
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.xz
yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.zip
vfs: add vfs_cached for romfs build
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 45328158f..e8bf68866 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -106,6 +106,8 @@ add_library(core STATIC
106 file_sys/system_archive/time_zone_binary.h 106 file_sys/system_archive/time_zone_binary.h
107 file_sys/vfs.cpp 107 file_sys/vfs.cpp
108 file_sys/vfs.h 108 file_sys/vfs.h
109 file_sys/vfs_cached.cpp
110 file_sys/vfs_cached.h
109 file_sys/vfs_concat.cpp 111 file_sys/vfs_concat.cpp
110 file_sys/vfs_concat.h 112 file_sys/vfs_concat.h
111 file_sys/vfs_layered.cpp 113 file_sys/vfs_layered.cpp