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 b367c2a27..f389897d4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -23,6 +23,8 @@ add_library(core STATIC | |||
| 23 | file_sys/partition_filesystem.h | 23 | file_sys/partition_filesystem.h |
| 24 | file_sys/program_metadata.cpp | 24 | file_sys/program_metadata.cpp |
| 25 | file_sys/program_metadata.h | 25 | file_sys/program_metadata.h |
| 26 | file_sys/romfs.cpp | ||
| 27 | file_sys/romfs.h | ||
| 26 | file_sys/romfs_factory.cpp | 28 | file_sys/romfs_factory.cpp |
| 27 | file_sys/romfs_factory.h | 29 | file_sys/romfs_factory.h |
| 28 | file_sys/savedata_factory.cpp | 30 | file_sys/savedata_factory.cpp |
| @@ -35,6 +37,8 @@ add_library(core STATIC | |||
| 35 | file_sys/vfs_offset.h | 37 | file_sys/vfs_offset.h |
| 36 | file_sys/vfs_real.cpp | 38 | file_sys/vfs_real.cpp |
| 37 | file_sys/vfs_real.h | 39 | file_sys/vfs_real.h |
| 40 | file_sys/vfs_vector.cpp | ||
| 41 | file_sys/vfs_vector.h | ||
| 38 | frontend/emu_window.cpp | 42 | frontend/emu_window.cpp |
| 39 | frontend/emu_window.h | 43 | frontend/emu_window.h |
| 40 | frontend/framebuffer_layout.cpp | 44 | frontend/framebuffer_layout.cpp |