summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-26 01:44:51 +0100
committerGitHub <noreply@github.com>2018-02-26 01:44:51 +0100
commit7e45669ccbf50139910ca6e565fbd6f4fddfdf27 (patch)
tree3e59a99cc6a5740b42e0e279c79e0a511adb717a /src/core/CMakeLists.txt
parentMerge pull request #212 from mailwl/stubs (diff)
parentfile_sys: Style tweaks (diff)
downloadyuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.gz
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.bz2
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.lz
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.xz
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.zst
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.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