diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-19 21:57:39 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-09-21 19:53:05 -0400 |
| commit | c65d4d119fceac4b08530e372d0a6e4ca24f121a (patch) | |
| tree | 9cda6f99f1688215cbbaced529cd61463dc32444 /src/core/CMakeLists.txt | |
| parent | f68e324672ba93cf932e64a05cbdad871cb6e235 (diff) | |
vfs_static: Add StaticVfsFile
Always returns the template argument byte for all reads. Doesn't support writes.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 26f727d96..67d1f9615 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -63,6 +63,7 @@ add_library(core STATIC file_sys/vfs_offset.h file_sys/vfs_real.cpp file_sys/vfs_real.h + file_sys/vfs_static.h file_sys/vfs_vector.cpp file_sys/vfs_vector.h file_sys/xts_archive.cpp |
