diff options
author | bunnei <bunneidev@gmail.com> | 2019-12-22 23:50:44 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-01-04 19:48:29 +0100 |
commit | 4414640285b0f87bc5efed46127dcc80632e7892 (patch) | |
tree | cf5b0d7d9dc3fbef90935953404db475702d8a80 /src/core/CMakeLists.txt | |
parent | service: time: Rewrite implementation of glue services. (diff) | |
download | yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.gz yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.bz2 yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.lz yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.xz yuzu-4414640285b0f87bc5efed46127dcc80632e7892.tar.zst yuzu-4414640285b0f87bc5efed46127dcc80632e7892.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 23d88d747..1a3647a67 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -96,6 +96,8 @@ add_library(core STATIC file_sys/system_archive/system_archive.h file_sys/system_archive/system_version.cpp file_sys/system_archive/system_version.h + file_sys/system_archive/time_zone_binary.cpp + file_sys/system_archive/time_zone_binary.h file_sys/vfs.cpp file_sys/vfs.h file_sys/vfs_concat.cpp |