diff options
| author | 2018-07-23 12:33:24 -0400 | |
|---|---|---|
| committer | 2018-07-23 12:34:26 -0400 | |
| commit | e8f641a52de33b33e0d6c73ee7ca07f06dcd8aeb (patch) | |
| tree | 262ba8e104beb57733f0e7c8e0703b87ed013ce2 /src/core/CMakeLists.txt | |
| parent | Merge pull request #769 from bunnei/shader-mask-fixes (diff) | |
| download | yuzu-e8f641a52de33b33e0d6c73ee7ca07f06dcd8aeb.tar.gz yuzu-e8f641a52de33b33e0d6c73ee7ca07f06dcd8aeb.tar.xz yuzu-e8f641a52de33b33e0d6c73ee7ca07f06dcd8aeb.zip | |
NRO Assets and NACP file format
Cleanup
Review fixes
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 27a5de7fd..fd75854b0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -12,6 +12,8 @@ add_library(core STATIC | |||
| 12 | core_timing.h | 12 | core_timing.h |
| 13 | file_sys/content_archive.cpp | 13 | file_sys/content_archive.cpp |
| 14 | file_sys/content_archive.h | 14 | file_sys/content_archive.h |
| 15 | file_sys/control_metadata.cpp | ||
| 16 | file_sys/control_metadata.h | ||
| 15 | file_sys/directory.h | 17 | file_sys/directory.h |
| 16 | file_sys/errors.h | 18 | file_sys/errors.h |
| 17 | file_sys/mode.h | 19 | file_sys/mode.h |