diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/core/CMakeLists.txt | 18 |
2 files changed, 13 insertions, 6 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index ae2331070..0027ae2b0 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -22,6 +22,7 @@ set(SRCS break_points.cpp | |||
| 22 | set(HEADS atomic.h | 22 | set(HEADS atomic.h |
| 23 | atomic_gcc.h | 23 | atomic_gcc.h |
| 24 | atomic_win32.h | 24 | atomic_win32.h |
| 25 | bit_field.h | ||
| 25 | break_points.h | 26 | break_points.h |
| 26 | chunk_file.h | 27 | chunk_file.h |
| 27 | common_funcs.h | 28 | common_funcs.h |
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index f96f04b15..ddf6bf79c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -49,6 +49,7 @@ set(HEADS core.h | |||
| 49 | mem_map.h | 49 | mem_map.h |
| 50 | system.h | 50 | system.h |
| 51 | arm/disassembler/arm_disasm.h | 51 | arm/disassembler/arm_disasm.h |
| 52 | arm/disassembler/load_symbol_map.h | ||
| 52 | arm/interpreter/arm_interpreter.h | 53 | arm/interpreter/arm_interpreter.h |
| 53 | arm/interpreter/arm_regformat.h | 54 | arm/interpreter/arm_regformat.h |
| 54 | arm/interpreter/armcpu.h | 55 | arm/interpreter/armcpu.h |
| @@ -57,18 +58,23 @@ set(HEADS core.h | |||
| 57 | arm/interpreter/armmmu.h | 58 | arm/interpreter/armmmu.h |
| 58 | arm/interpreter/armos.h | 59 | arm/interpreter/armos.h |
| 59 | arm/interpreter/skyeye_defs.h | 60 | arm/interpreter/skyeye_defs.h |
| 60 | arm/mmu/arm1176jzf_s_mmu.h | 61 | arm/interpreter/mmu/arm1176jzf_s_mmu.h |
| 61 | arm/mmu/cache.h | 62 | arm/interpreter/mmu/cache.h |
| 62 | arm/mmu/rb.h | 63 | arm/interpreter/mmu/rb.h |
| 63 | arm/mmu/tlb.h | 64 | arm/interpreter/mmu/sa_mmu.h |
| 64 | arm/mmu/wb.h | 65 | arm/interpreter/mmu/tlb.h |
| 66 | arm/interpreter/mmu/wb.h | ||
| 67 | arm/interpreter/vfp/asm_vfp.h | ||
| 68 | arm/interpreter/vfp/vfp.h | ||
| 69 | arm/interpreter/vfp/vfp_helper.h | ||
| 65 | elf/elf_reader.h | 70 | elf/elf_reader.h |
| 66 | elf/elf_types.h | 71 | elf/elf_types.h |
| 67 | file_sys/directory_file_system.h | 72 | file_sys/directory_file_system.h |
| 68 | file_sys/file_sys.h | 73 | file_sys/file_sys.h |
| 69 | file_sys/meta_file_system.h | 74 | file_sys/meta_file_system.h |
| 75 | hle/config_mem.h | ||
| 76 | hle/coprocessor.h | ||
| 70 | hle/hle.h | 77 | hle/hle.h |
| 71 | hle/mrc.h | ||
| 72 | hle/syscall.h | 78 | hle/syscall.h |
| 73 | hle/function_wrappers.h | 79 | hle/function_wrappers.h |
| 74 | hle/service/apt.h | 80 | hle/service/apt.h |