diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index eb4fef381..fdf68c386 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -7,6 +7,7 @@ set(SRCS core.cpp | |||
| 7 | arm/disassembler/arm_disasm.cpp | 7 | arm/disassembler/arm_disasm.cpp |
| 8 | arm/disassembler/load_symbol_map.cpp | 8 | arm/disassembler/load_symbol_map.cpp |
| 9 | arm/interpreter/arm_interpreter.cpp | 9 | arm/interpreter/arm_interpreter.cpp |
| 10 | arm/interpreter/armcopro.cpp | ||
| 10 | arm/interpreter/armemu.cpp | 11 | arm/interpreter/armemu.cpp |
| 11 | arm/interpreter/arminit.cpp | 12 | arm/interpreter/arminit.cpp |
| 12 | arm/interpreter/armmmu.cpp | 13 | arm/interpreter/armmmu.cpp |
| @@ -14,7 +15,18 @@ set(SRCS core.cpp | |||
| 14 | arm/interpreter/armsupp.cpp | 15 | arm/interpreter/armsupp.cpp |
| 15 | arm/interpreter/armvirt.cpp | 16 | arm/interpreter/armvirt.cpp |
| 16 | arm/interpreter/thumbemu.cpp | 17 | arm/interpreter/thumbemu.cpp |
| 17 | arm/mmu/arm1176jzf_s_mmu.cpp | 18 | arm/interpreter/vfp/vfp.cpp |
| 19 | arm/interpreter/vfp/vfpdouble.cpp | ||
| 20 | arm/interpreter/vfp/vfpinstr.cpp | ||
| 21 | arm/interpreter/vfp/vfpsingle.cpp | ||
| 22 | arm/interpreter/mmu/arm1176jzf_s_mmu.cpp | ||
| 23 | arm/interpreter/mmu/cache.cpp | ||
| 24 | arm/interpreter/mmu/maverick.cpp | ||
| 25 | arm/interpreter/mmu/rb.cpp | ||
| 26 | arm/interpreter/mmu/sa_mmu.cpp | ||
| 27 | arm/interpreter/mmu/tlb.cpp | ||
| 28 | arm/interpreter/mmu/wb.cpp | ||
| 29 | arm/interpreter/mmu/xscale_copro.cpp | ||
| 18 | elf/elf_reader.cpp | 30 | elf/elf_reader.cpp |
| 19 | file_sys/directory_file_system.cpp | 31 | file_sys/directory_file_system.cpp |
| 20 | file_sys/meta_file_system.cpp | 32 | file_sys/meta_file_system.cpp |