diff options
author | Mat M <mathew1800@gmail.com> | 2017-02-15 17:19:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 17:19:06 +0100 |
commit | 5472528202e644b4c9c4438a4e083607cded2757 (patch) | |
tree | 40478b2519a06255be7e9b0a0b8d69abc931fa77 /src | |
parent | video_core: remove #pragma once in cpp file (#2570) (diff) | |
parent | core: add missing errors.h in CMakeLists.txt (diff) | |
download | yuzu-5472528202e644b4c9c4438a4e083607cded2757.tar yuzu-5472528202e644b4c9c4438a4e083607cded2757.tar.gz yuzu-5472528202e644b4c9c4438a4e083607cded2757.tar.bz2 yuzu-5472528202e644b4c9c4438a4e083607cded2757.tar.lz yuzu-5472528202e644b4c9c4438a4e083607cded2757.tar.xz yuzu-5472528202e644b4c9c4438a4e083607cded2757.tar.zst yuzu-5472528202e644b4c9c4438a4e083607cded2757.zip |
Diffstat (limited to 'src')
-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 1da10afab..5332e35a3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -205,6 +205,7 @@ set(HEADERS file_sys/archive_systemsavedata.h file_sys/directory_backend.h file_sys/disk_archive.h + file_sys/errors.h file_sys/file_backend.h file_sys/ivfc_archive.h file_sys/path_parser.h |