diff options
| author | 2018-02-25 03:34:19 -0700 | |
|---|---|---|
| committer | 2018-02-25 07:02:39 -0700 | |
| commit | 2b28fd78094ce754d06b81ed50bf3fda5352feb1 (patch) | |
| tree | 35f5906679eab89aec6c8f3a52cfc8411b5807a4 /src/core/CMakeLists.txt | |
| parent | Merge pull request #212 from mailwl/stubs (diff) | |
| download | yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.gz yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.xz yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.zip | |
file_sys: Add support for parsing NPDM files
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ec011787e..1bc536075 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -12,6 +12,8 @@ add_library(core STATIC | |||
| 12 | file_sys/filesystem.h | 12 | file_sys/filesystem.h |
| 13 | file_sys/path_parser.cpp | 13 | file_sys/path_parser.cpp |
| 14 | file_sys/path_parser.h | 14 | file_sys/path_parser.h |
| 15 | file_sys/program_metadata.cpp | ||
| 16 | file_sys/program_metadata.h | ||
| 15 | file_sys/romfs_factory.cpp | 17 | file_sys/romfs_factory.cpp |
| 16 | file_sys/romfs_factory.h | 18 | file_sys/romfs_factory.h |
| 17 | file_sys/romfs_filesystem.cpp | 19 | file_sys/romfs_filesystem.cpp |