diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-23 21:04:13 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-07 13:15:11 -0400 |
| commit | d041d6231c97ea0c8af788da251ae019ee560e6a (patch) | |
| tree | 1d779bb315a626d7c4e5805c466313a9f1e18980 /src/core/CMakeLists.txt | |
| parent | a57aac5772bc4cfde06faa68c75e7d8ef546dbee (diff) | |
key_manager: Add ETicket key derivation
Derives titlekeys
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 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 |
