2014-08-23 18:22:05 -07:00
|
|
|
set(SRCS
|
2014-04-09 20:09:05 -07:00
|
|
|
arm/disassembler/arm_disasm.cpp
|
2014-04-30 20:46:06 -07:00
|
|
|
arm/disassembler/load_symbol_map.cpp
|
2014-08-23 18:22:05 -07:00
|
|
|
arm/interpreter/mmu/arm1176jzf_s_mmu.cpp
|
|
|
|
arm/interpreter/mmu/cache.cpp
|
|
|
|
arm/interpreter/mmu/maverick.cpp
|
|
|
|
arm/interpreter/mmu/rb.cpp
|
|
|
|
arm/interpreter/mmu/sa_mmu.cpp
|
|
|
|
arm/interpreter/mmu/tlb.cpp
|
|
|
|
arm/interpreter/mmu/wb.cpp
|
|
|
|
arm/interpreter/mmu/xscale_copro.cpp
|
2014-04-09 20:09:05 -07:00
|
|
|
arm/interpreter/arm_interpreter.cpp
|
2014-05-15 21:23:36 -07:00
|
|
|
arm/interpreter/armcopro.cpp
|
2014-04-09 20:09:05 -07:00
|
|
|
arm/interpreter/armemu.cpp
|
|
|
|
arm/interpreter/arminit.cpp
|
|
|
|
arm/interpreter/armmmu.cpp
|
|
|
|
arm/interpreter/armos.cpp
|
|
|
|
arm/interpreter/armsupp.cpp
|
|
|
|
arm/interpreter/armvirt.cpp
|
|
|
|
arm/interpreter/thumbemu.cpp
|
2014-09-10 18:27:14 -07:00
|
|
|
arm/skyeye_common/vfp/vfp.cpp
|
|
|
|
arm/skyeye_common/vfp/vfpdouble.cpp
|
|
|
|
arm/skyeye_common/vfp/vfpinstr.cpp
|
|
|
|
arm/skyeye_common/vfp/vfpsingle.cpp
|
2014-08-23 18:22:05 -07:00
|
|
|
file_sys/archive_romfs.cpp
|
2014-09-11 15:44:16 -07:00
|
|
|
file_sys/archive_sdmc.cpp
|
2014-09-11 15:42:59 -07:00
|
|
|
file_sys/file_romfs.cpp
|
2014-09-11 15:44:16 -07:00
|
|
|
file_sys/file_sdmc.cpp
|
2014-09-11 15:46:42 -07:00
|
|
|
file_sys/directory_romfs.cpp
|
|
|
|
file_sys/directory_sdmc.cpp
|
2014-07-06 20:15:40 -07:00
|
|
|
hle/kernel/address_arbiter.cpp
|
2014-06-25 15:15:35 -07:00
|
|
|
hle/kernel/archive.cpp
|
2014-05-27 19:14:38 -07:00
|
|
|
hle/kernel/event.cpp
|
2014-05-09 19:11:18 -07:00
|
|
|
hle/kernel/kernel.cpp
|
2014-05-20 20:03:45 -07:00
|
|
|
hle/kernel/mutex.cpp
|
2014-07-04 21:55:39 -07:00
|
|
|
hle/kernel/shared_memory.cpp
|
2014-05-09 19:11:18 -07:00
|
|
|
hle/kernel/thread.cpp
|
2014-04-22 15:35:40 -07:00
|
|
|
hle/service/apt.cpp
|
2014-06-26 14:58:44 -07:00
|
|
|
hle/service/fs.cpp
|
2014-04-22 15:35:40 -07:00
|
|
|
hle/service/gsp.cpp
|
|
|
|
hle/service/hid.cpp
|
2014-05-29 21:24:04 -07:00
|
|
|
hle/service/ndm.cpp
|
2014-04-22 15:35:40 -07:00
|
|
|
hle/service/service.cpp
|
|
|
|
hle/service/srv.cpp
|
2014-08-23 18:22:05 -07:00
|
|
|
hle/config_mem.cpp
|
|
|
|
hle/coprocessor.cpp
|
|
|
|
hle/hle.cpp
|
|
|
|
hle/svc.cpp
|
2014-05-17 13:50:33 -07:00
|
|
|
hw/gpu.cpp
|
2014-04-09 20:09:05 -07:00
|
|
|
hw/hw.cpp
|
2014-08-23 18:22:05 -07:00
|
|
|
hw/ndma.cpp
|
|
|
|
loader/elf.cpp
|
|
|
|
loader/loader.cpp
|
|
|
|
loader/ncch.cpp
|
|
|
|
core.cpp
|
|
|
|
core_timing.cpp
|
|
|
|
mem_map.cpp
|
|
|
|
mem_map_funcs.cpp
|
2014-09-12 17:06:13 -07:00
|
|
|
settings.cpp
|
2014-08-23 18:22:05 -07:00
|
|
|
system.cpp
|
|
|
|
)
|
2013-08-29 20:35:09 -07:00
|
|
|
|
2014-08-23 18:22:05 -07:00
|
|
|
set(HEADERS
|
2014-04-30 16:56:25 -07:00
|
|
|
arm/disassembler/arm_disasm.h
|
2014-05-16 23:39:27 -07:00
|
|
|
arm/disassembler/load_symbol_map.h
|
2014-09-10 18:27:14 -07:00
|
|
|
arm/interpreter/arm_interpreter.h
|
2014-05-16 23:39:27 -07:00
|
|
|
arm/interpreter/mmu/arm1176jzf_s_mmu.h
|
|
|
|
arm/interpreter/mmu/cache.h
|
|
|
|
arm/interpreter/mmu/rb.h
|
|
|
|
arm/interpreter/mmu/sa_mmu.h
|
|
|
|
arm/interpreter/mmu/tlb.h
|
|
|
|
arm/interpreter/mmu/wb.h
|
2014-09-10 18:27:14 -07:00
|
|
|
arm/skyeye_common/vfp/asm_vfp.h
|
|
|
|
arm/skyeye_common/vfp/vfp.h
|
|
|
|
arm/skyeye_common/vfp/vfp_helper.h
|
|
|
|
arm/skyeye_common/arm_regformat.h
|
|
|
|
arm/skyeye_common/armcpu.h
|
|
|
|
arm/skyeye_common/armdefs.h
|
|
|
|
arm/skyeye_common/armemu.h
|
|
|
|
arm/skyeye_common/armmmu.h
|
|
|
|
arm/skyeye_common/armos.h
|
|
|
|
arm/skyeye_common/skyeye_defs.h
|
2014-08-23 18:22:05 -07:00
|
|
|
arm/arm_interface.h
|
2014-06-27 13:18:56 -07:00
|
|
|
file_sys/archive.h
|
|
|
|
file_sys/archive_romfs.h
|
2014-09-11 15:44:16 -07:00
|
|
|
file_sys/archive_sdmc.h
|
2014-09-11 15:42:59 -07:00
|
|
|
file_sys/file.h
|
|
|
|
file_sys/file_romfs.h
|
2014-09-11 15:44:16 -07:00
|
|
|
file_sys/file_sdmc.h
|
2014-09-11 15:46:42 -07:00
|
|
|
file_sys/directory.h
|
|
|
|
file_sys/directory_romfs.h
|
|
|
|
file_sys/directory_sdmc.h
|
2014-07-06 20:15:40 -07:00
|
|
|
hle/kernel/address_arbiter.h
|
2014-06-25 15:15:35 -07:00
|
|
|
hle/kernel/archive.h
|
2014-08-23 18:22:05 -07:00
|
|
|
hle/kernel/event.h
|
2014-05-22 20:39:25 -07:00
|
|
|
hle/kernel/kernel.h
|
|
|
|
hle/kernel/mutex.h
|
2014-07-04 21:55:39 -07:00
|
|
|
hle/kernel/shared_memory.h
|
2014-05-22 20:39:25 -07:00
|
|
|
hle/kernel/thread.h
|
2014-04-30 16:56:25 -07:00
|
|
|
hle/service/apt.h
|
2014-06-26 14:58:44 -07:00
|
|
|
hle/service/fs.h
|
2014-04-30 16:56:25 -07:00
|
|
|
hle/service/gsp.h
|
|
|
|
hle/service/hid.h
|
2014-08-23 18:22:05 -07:00
|
|
|
hle/service/ndm.h
|
2014-04-30 16:56:25 -07:00
|
|
|
hle/service/service.h
|
|
|
|
hle/service/srv.h
|
2014-08-23 18:22:05 -07:00
|
|
|
hle/config_mem.h
|
|
|
|
hle/coprocessor.h
|
|
|
|
hle/function_wrappers.h
|
|
|
|
hle/hle.h
|
|
|
|
hle/svc.h
|
2014-05-17 13:50:33 -07:00
|
|
|
hw/gpu.h
|
2014-04-30 16:56:25 -07:00
|
|
|
hw/hw.h
|
2014-08-23 18:22:05 -07:00
|
|
|
hw/ndma.h
|
|
|
|
loader/elf.h
|
|
|
|
loader/loader.h
|
|
|
|
loader/ncch.h
|
|
|
|
core.h
|
|
|
|
core_timing.h
|
|
|
|
mem_map.h
|
2014-09-12 17:06:13 -07:00
|
|
|
settings.h
|
2014-08-23 18:22:05 -07:00
|
|
|
system.h
|
|
|
|
)
|
|
|
|
|
|
|
|
create_directory_groups(${SRCS} ${HEADERS})
|
2014-04-30 16:56:25 -07:00
|
|
|
|
2014-05-19 15:19:36 -07:00
|
|
|
add_library(core STATIC ${SRCS} ${HEADERS})
|