Skip to content
Snippets Groups Projects
Commit c1394650 authored by archshift's avatar archshift
Browse files

Updated cmakelists

parent b8c8d090
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ set(SRCS break_points.cpp ...@@ -22,6 +22,7 @@ set(SRCS break_points.cpp
set(HEADS atomic.h set(HEADS atomic.h
atomic_gcc.h atomic_gcc.h
atomic_win32.h atomic_win32.h
bit_field.h
break_points.h break_points.h
chunk_file.h chunk_file.h
common_funcs.h common_funcs.h
......
...@@ -49,6 +49,7 @@ set(HEADS core.h ...@@ -49,6 +49,7 @@ set(HEADS core.h
mem_map.h mem_map.h
system.h system.h
arm/disassembler/arm_disasm.h arm/disassembler/arm_disasm.h
arm/disassembler/load_symbol_map.h
arm/interpreter/arm_interpreter.h arm/interpreter/arm_interpreter.h
arm/interpreter/arm_regformat.h arm/interpreter/arm_regformat.h
arm/interpreter/armcpu.h arm/interpreter/armcpu.h
...@@ -57,18 +58,23 @@ set(HEADS core.h ...@@ -57,18 +58,23 @@ set(HEADS core.h
arm/interpreter/armmmu.h arm/interpreter/armmmu.h
arm/interpreter/armos.h arm/interpreter/armos.h
arm/interpreter/skyeye_defs.h arm/interpreter/skyeye_defs.h
arm/mmu/arm1176jzf_s_mmu.h arm/interpreter/mmu/arm1176jzf_s_mmu.h
arm/mmu/cache.h arm/interpreter/mmu/cache.h
arm/mmu/rb.h arm/interpreter/mmu/rb.h
arm/mmu/tlb.h arm/interpreter/mmu/sa_mmu.h
arm/mmu/wb.h arm/interpreter/mmu/tlb.h
arm/interpreter/mmu/wb.h
arm/interpreter/vfp/asm_vfp.h
arm/interpreter/vfp/vfp.h
arm/interpreter/vfp/vfp_helper.h
elf/elf_reader.h elf/elf_reader.h
elf/elf_types.h elf/elf_types.h
file_sys/directory_file_system.h file_sys/directory_file_system.h
file_sys/file_sys.h file_sys/file_sys.h
file_sys/meta_file_system.h file_sys/meta_file_system.h
hle/config_mem.h
hle/coprocessor.h
hle/hle.h hle/hle.h
hle/mrc.h
hle/syscall.h hle/syscall.h
hle/function_wrappers.h hle/function_wrappers.h
hle/service/apt.h hle/service/apt.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment