diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 299f1f261..8ce141e6a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -18,10 +18,12 @@ set(SRCS | |||
| 18 | file_sys/archive_backend.cpp | 18 | file_sys/archive_backend.cpp |
| 19 | file_sys/archive_extsavedata.cpp | 19 | file_sys/archive_extsavedata.cpp |
| 20 | file_sys/archive_ncch.cpp | 20 | file_sys/archive_ncch.cpp |
| 21 | file_sys/archive_other_savedata.cpp | ||
| 21 | file_sys/archive_romfs.cpp | 22 | file_sys/archive_romfs.cpp |
| 22 | file_sys/archive_savedata.cpp | 23 | file_sys/archive_savedata.cpp |
| 23 | file_sys/archive_sdmc.cpp | 24 | file_sys/archive_sdmc.cpp |
| 24 | file_sys/archive_sdmcwriteonly.cpp | 25 | file_sys/archive_sdmcwriteonly.cpp |
| 26 | file_sys/archive_source_sd_savedata.cpp | ||
| 25 | file_sys/archive_systemsavedata.cpp | 27 | file_sys/archive_systemsavedata.cpp |
| 26 | file_sys/disk_archive.cpp | 28 | file_sys/disk_archive.cpp |
| 27 | file_sys/ivfc_archive.cpp | 29 | file_sys/ivfc_archive.cpp |
| @@ -163,10 +165,12 @@ set(HEADERS | |||
| 163 | file_sys/archive_backend.h | 165 | file_sys/archive_backend.h |
| 164 | file_sys/archive_extsavedata.h | 166 | file_sys/archive_extsavedata.h |
| 165 | file_sys/archive_ncch.h | 167 | file_sys/archive_ncch.h |
| 168 | file_sys/archive_other_savedata.h | ||
| 166 | file_sys/archive_romfs.h | 169 | file_sys/archive_romfs.h |
| 167 | file_sys/archive_savedata.h | 170 | file_sys/archive_savedata.h |
| 168 | file_sys/archive_sdmc.h | 171 | file_sys/archive_sdmc.h |
| 169 | file_sys/archive_sdmcwriteonly.h | 172 | file_sys/archive_sdmcwriteonly.h |
| 173 | file_sys/archive_source_sd_savedata.h | ||
| 170 | file_sys/archive_systemsavedata.h | 174 | file_sys/archive_systemsavedata.h |
| 171 | file_sys/directory_backend.h | 175 | file_sys/directory_backend.h |
| 172 | file_sys/disk_archive.h | 176 | file_sys/disk_archive.h |