summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar wwylele2017-02-15 15:49:07 +0200
committerGravatar wwylele2017-02-15 15:49:07 +0200
commite4da1a54cf7afd15c7ca31438fc07f6b3ea1738a (patch)
treee558f06d440e67dce37009a5ca897ac10b816e7a
parentMerge pull request #2566 from yuriks/file-extension-suffix (diff)
downloadyuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.gz
yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.xz
yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.zip
core: add missing errors.h in 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 1da10afab..5332e35a3 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -205,6 +205,7 @@ set(HEADERS
205 file_sys/archive_systemsavedata.h 205 file_sys/archive_systemsavedata.h
206 file_sys/directory_backend.h 206 file_sys/directory_backend.h
207 file_sys/disk_archive.h 207 file_sys/disk_archive.h
208 file_sys/errors.h
208 file_sys/file_backend.h 209 file_sys/file_backend.h
209 file_sys/ivfc_archive.h 210 file_sys/ivfc_archive.h
210 file_sys/path_parser.h 211 file_sys/path_parser.h