summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2018-07-27 19:10:05 -0700
committerGravatar GitHub2018-07-27 19:10:05 -0700
commitabb489418834848965f6ccb38d2cd7cf01cedf35 (patch)
treebeff5b868534a8bfb4eea7992553fa5fb5db5287 /src/core/CMakeLists.txt
parentMerge pull request #845 from lioncash/nfc (diff)
parentRomFS Extraction (diff)
downloadyuzu-abb489418834848965f6ccb38d2cd7cf01cedf35.tar.gz
yuzu-abb489418834848965f6ccb38d2cd7cf01cedf35.tar.xz
yuzu-abb489418834848965f6ccb38d2cd7cf01cedf35.zip
Merge pull request #696 from DarkLordZach/romfs
RomFS Extraction
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
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