Explorar el Código

core: add missing errors.h in CMakeLists.txt

wwylele hace 9 años
padre
commit
e4da1a54cf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/CMakeLists.txt

+ 1 - 0
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