summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorshinyquagsire23 <mtinc2@gmail.com>2018-02-25 11:34:19 +0100
committershinyquagsire23 <mtinc2@gmail.com>2018-02-25 15:02:39 +0100
commit2b28fd78094ce754d06b81ed50bf3fda5352feb1 (patch)
tree35f5906679eab89aec6c8f3a52cfc8411b5807a4 /src/core/CMakeLists.txt
parentMerge pull request #212 from mailwl/stubs (diff)
downloadyuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar
yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.gz
yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.bz2
yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.lz
yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.xz
yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.tar.zst
yuzu-2b28fd78094ce754d06b81ed50bf3fda5352feb1.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
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
file_sys/filesystem.h
file_sys/path_parser.cpp
file_sys/path_parser.h
+ file_sys/program_metadata.cpp
+ file_sys/program_metadata.h
file_sys/romfs_factory.cpp
file_sys/romfs_factory.h
file_sys/romfs_filesystem.cpp