diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-18 00:18:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 00:18:34 +0100 |
commit | ee08c39b7251c6a037014b503ecf70ebf8dc5ed5 (patch) | |
tree | 2ea9f31c0d1f5abc0360bfb952c16f659592e8c2 /src/core/CMakeLists.txt | |
parent | Merge pull request #76 from Rozelette/master (diff) | |
parent | Update CMakeLists.txt (diff) | |
download | yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.tar yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.tar.gz yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.tar.bz2 yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.tar.lz yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.tar.xz yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.tar.zst yuzu-ee08c39b7251c6a037014b503ecf70ebf8dc5ed5.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 661545e96..e77261dc4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -89,6 +89,7 @@ set(HEADERS file_sys/ivfc_archive.h file_sys/path_parser.h file_sys/savedata_archive.h + file_sys/title_metadata.h frontend/emu_window.h frontend/framebuffer_layout.h frontend/input.h |