diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 877a9e353..a6b56c9c6 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -33,8 +33,6 @@ add_library(core STATIC | |||
| 33 | file_sys/bis_factory.h | 33 | file_sys/bis_factory.h |
| 34 | file_sys/card_image.cpp | 34 | file_sys/card_image.cpp |
| 35 | file_sys/card_image.h | 35 | file_sys/card_image.h |
| 36 | file_sys/cheat_engine.cpp | ||
| 37 | file_sys/cheat_engine.h | ||
| 38 | file_sys/content_archive.cpp | 36 | file_sys/content_archive.cpp |
| 39 | file_sys/content_archive.h | 37 | file_sys/content_archive.h |
| 40 | file_sys/control_metadata.cpp | 38 | file_sys/control_metadata.cpp |
| @@ -477,6 +475,11 @@ add_library(core STATIC | |||
| 477 | loader/nsp.h | 475 | loader/nsp.h |
| 478 | loader/xci.cpp | 476 | loader/xci.cpp |
| 479 | loader/xci.h | 477 | loader/xci.h |
| 478 | memory/cheat_engine.cpp | ||
| 479 | memory/cheat_engine.h | ||
| 480 | memory/dmnt_cheat_types.h | ||
| 481 | memory/dmnt_cheat_vm.cpp | ||
| 482 | memory/dmnt_cheat_vm.h | ||
| 480 | memory.cpp | 483 | memory.cpp |
| 481 | memory.h | 484 | memory.h |
| 482 | memory_setup.h | 485 | memory_setup.h |