diff options
| author | 2018-09-23 21:50:16 -0400 | |
|---|---|---|
| committer | 2018-09-23 21:50:20 -0400 | |
| commit | b3c2ec362bbbdd89da9c0aa84b425717f5e3d351 (patch) | |
| tree | d3f4e621532f1f280f94bac4e6d071707aabbd35 /src/core/CMakeLists.txt | |
| parent | qt: Add UI elements for LayeredFS and related tools (diff) | |
| download | yuzu-b3c2ec362bbbdd89da9c0aa84b425717f5e3d351.tar.gz yuzu-b3c2ec362bbbdd89da9c0aa84b425717f5e3d351.tar.xz yuzu-b3c2ec362bbbdd89da9c0aa84b425717f5e3d351.zip | |
fsmitm: Cleanup and modernize fsmitm port
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ead86fd85..23fd6e920 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -33,7 +33,7 @@ add_library(core STATIC | |||
| 33 | file_sys/directory.h | 33 | file_sys/directory.h |
| 34 | file_sys/errors.h | 34 | file_sys/errors.h |
| 35 | file_sys/fsmitm_romfsbuild.cpp | 35 | file_sys/fsmitm_romfsbuild.cpp |
| 36 | file_sys/fsmitm_romfsbuild.hpp | 36 | file_sys/fsmitm_romfsbuild.h |
| 37 | file_sys/mode.h | 37 | file_sys/mode.h |
| 38 | file_sys/nca_metadata.cpp | 38 | file_sys/nca_metadata.cpp |
| 39 | file_sys/nca_metadata.h | 39 | file_sys/nca_metadata.h |