summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-07-27 18:14:03 -0400
committerGravatar Zach Hilman2018-07-27 18:14:03 -0400
commit906d785c73cb3644e8984fbfcbf5fcb8a1ebbc6f (patch)
treebeff5b868534a8bfb4eea7992553fa5fb5db5287 /src/core/CMakeLists.txt
parentMerge pull request #845 from lioncash/nfc (diff)
downloadyuzu-906d785c73cb3644e8984fbfcbf5fcb8a1ebbc6f.tar.gz
yuzu-906d785c73cb3644e8984fbfcbf5fcb8a1ebbc6f.tar.xz
yuzu-906d785c73cb3644e8984fbfcbf5fcb8a1ebbc6f.zip
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