diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 7153c4f3f..433e7e596 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -6,21 +6,17 @@ add_library(core STATIC | |||
| 6 | core.h | 6 | core.h |
| 7 | core_timing.cpp | 7 | core_timing.cpp |
| 8 | core_timing.h | 8 | core_timing.h |
| 9 | file_sys/archive_backend.cpp | 9 | file_sys/directory.h |
| 10 | file_sys/archive_backend.h | ||
| 11 | file_sys/directory_backend.h | ||
| 12 | file_sys/disk_archive.cpp | ||
| 13 | file_sys/disk_archive.h | ||
| 14 | file_sys/errors.h | 10 | file_sys/errors.h |
| 15 | file_sys/file_backend.h | 11 | file_sys/filesystem.cpp |
| 16 | file_sys/ivfc_archive.cpp | 12 | file_sys/filesystem.h |
| 17 | file_sys/ivfc_archive.h | ||
| 18 | file_sys/path_parser.cpp | 13 | file_sys/path_parser.cpp |
| 19 | file_sys/path_parser.h | 14 | file_sys/path_parser.h |
| 20 | file_sys/savedata_archive.cpp | 15 | file_sys/romfs_factory.cpp |
| 21 | file_sys/savedata_archive.h | 16 | file_sys/romfs_factory.h |
| 22 | file_sys/title_metadata.cpp | 17 | file_sys/romfs_filesystem.cpp |
| 23 | file_sys/title_metadata.h | 18 | file_sys/romfs_filesystem.h |
| 19 | file_sys/storage.h | ||
| 24 | frontend/emu_window.cpp | 20 | frontend/emu_window.cpp |
| 25 | frontend/emu_window.h | 21 | frontend/emu_window.h |
| 26 | frontend/framebuffer_layout.cpp | 22 | frontend/framebuffer_layout.cpp |
| @@ -101,6 +97,10 @@ add_library(core STATIC | |||
| 101 | hle/service/audio/audio.h | 97 | hle/service/audio/audio.h |
| 102 | hle/service/audio/audout_u.cpp | 98 | hle/service/audio/audout_u.cpp |
| 103 | hle/service/audio/audout_u.h | 99 | hle/service/audio/audout_u.h |
| 100 | hle/service/filesystem/filesystem.cpp | ||
| 101 | hle/service/filesystem/filesystem.h | ||
| 102 | hle/service/filesystem/fsp_srv.cpp | ||
| 103 | hle/service/filesystem/fsp_srv.h | ||
| 104 | hle/service/hid/hid.cpp | 104 | hle/service/hid/hid.cpp |
| 105 | hle/service/hid/hid.h | 105 | hle/service/hid/hid.h |
| 106 | hle/service/lm/lm.cpp | 106 | hle/service/lm/lm.cpp |