summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-09-24 03:04:13 +0200
committerZach Hilman <zachhilman@gmail.com>2018-10-07 19:15:11 +0200
commitd041d6231c97ea0c8af788da251ae019ee560e6a (patch)
tree1d779bb315a626d7c4e5805c466313a9f1e18980 /src/core/CMakeLists.txt
parentkey_manager: Add base key derivation (diff)
downloadyuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar
yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.gz
yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.bz2
yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.lz
yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.xz
yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.tar.zst
yuzu-d041d6231c97ea0c8af788da251ae019ee560e6a.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index e4a676e91..8ad8dc3f4 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -70,6 +70,7 @@ add_library(core STATIC
file_sys/vfs_real.cpp
file_sys/vfs_real.h
file_sys/vfs_static.h
+ file_sys/vfs_types.h
file_sys/vfs_vector.cpp
file_sys/vfs_vector.h
file_sys/xts_archive.cpp