2014-08-24 01:22:05 +00:00
|
|
|
set(SRCS
|
2016-09-02 03:07:14 +00:00
|
|
|
arm/dynarmic/arm_dynarmic.cpp
|
2016-12-31 14:01:30 +00:00
|
|
|
arm/dynarmic/arm_dynarmic_cp15.cpp
|
2014-09-12 22:34:51 +00:00
|
|
|
arm/dyncom/arm_dyncom.cpp
|
|
|
|
arm/dyncom/arm_dyncom_dec.cpp
|
|
|
|
arm/dyncom/arm_dyncom_interpreter.cpp
|
|
|
|
arm/dyncom/arm_dyncom_thumb.cpp
|
2016-06-11 02:02:02 +00:00
|
|
|
arm/dyncom/arm_dyncom_trans.cpp
|
2017-10-10 03:56:20 +00:00
|
|
|
arm/unicorn/arm_unicorn.cpp
|
|
|
|
arm/unicorn/unicorn_dynload.c
|
2015-07-26 09:39:54 +00:00
|
|
|
arm/skyeye_common/armstate.cpp
|
2015-07-26 00:01:44 +00:00
|
|
|
arm/skyeye_common/armsupp.cpp
|
2014-09-11 01:27:14 +00: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
|
2015-05-08 05:51:43 +00:00
|
|
|
core.cpp
|
|
|
|
core_timing.cpp
|
2015-05-06 05:29:11 +00:00
|
|
|
file_sys/archive_backend.cpp
|
2014-12-16 05:33:41 +00:00
|
|
|
file_sys/disk_archive.cpp
|
2015-01-01 17:39:27 +00:00
|
|
|
file_sys/ivfc_archive.cpp
|
2016-10-16 14:19:13 +00:00
|
|
|
file_sys/path_parser.cpp
|
2016-10-17 06:54:48 +00:00
|
|
|
file_sys/savedata_archive.cpp
|
2017-10-01 16:32:43 +00:00
|
|
|
file_sys/title_metadata.cpp
|
2016-12-23 13:37:40 +00:00
|
|
|
frontend/emu_window.cpp
|
2017-05-27 23:10:25 +00:00
|
|
|
frontend/framebuffer_layout.cpp
|
2015-09-02 12:56:38 +00:00
|
|
|
gdbstub/gdbstub.cpp
|
2015-05-08 05:51:43 +00:00
|
|
|
hle/config_mem.cpp
|
2014-07-07 03:15:40 +00:00
|
|
|
hle/kernel/address_arbiter.cpp
|
2016-05-22 16:22:49 +00:00
|
|
|
hle/kernel/client_port.cpp
|
2016-06-14 23:03:30 +00:00
|
|
|
hle/kernel/client_session.cpp
|
2014-05-28 02:14:38 +00:00
|
|
|
hle/kernel/event.cpp
|
2017-05-29 23:45:42 +00:00
|
|
|
hle/kernel/handle_table.cpp
|
2017-06-05 04:52:19 +00:00
|
|
|
hle/kernel/hle_ipc.cpp
|
2014-05-10 02:11:18 +00:00
|
|
|
hle/kernel/kernel.cpp
|
2015-07-29 15:08:00 +00:00
|
|
|
hle/kernel/memory.cpp
|
2014-05-21 03:03:45 +00:00
|
|
|
hle/kernel/mutex.cpp
|
2015-05-04 03:01:16 +00:00
|
|
|
hle/kernel/process.cpp
|
2015-05-12 20:25:15 +00:00
|
|
|
hle/kernel/resource_limit.cpp
|
2014-12-03 23:49:51 +00:00
|
|
|
hle/kernel/semaphore.cpp
|
2016-05-22 16:22:49 +00:00
|
|
|
hle/kernel/server_port.cpp
|
2016-06-14 23:03:30 +00:00
|
|
|
hle/kernel/server_session.cpp
|
2014-07-05 04:55:39 +00:00
|
|
|
hle/kernel/shared_memory.cpp
|
2014-05-10 02:11:18 +00:00
|
|
|
hle/kernel/thread.cpp
|
2015-05-08 05:51:43 +00:00
|
|
|
hle/kernel/timer.cpp
|
2015-05-21 03:37:07 +00:00
|
|
|
hle/kernel/vm_manager.cpp
|
2017-05-29 22:45:30 +00:00
|
|
|
hle/kernel/wait_object.cpp
|
2017-07-21 04:52:50 +00:00
|
|
|
hle/lock.cpp
|
2017-06-15 16:09:05 +00:00
|
|
|
hle/romfs.cpp
|
2017-10-15 02:50:04 +00:00
|
|
|
hle/service/am/am.cpp
|
|
|
|
hle/service/am/applet_oe.cpp
|
2017-12-28 20:24:05 +00:00
|
|
|
hle/service/aoc/aoc_u.cpp
|
2017-10-15 02:50:04 +00:00
|
|
|
hle/service/apm/apm.cpp
|
2014-10-30 01:38:33 +00:00
|
|
|
hle/service/dsp_dsp.cpp
|
2014-10-29 03:08:37 +00:00
|
|
|
hle/service/gsp_gpu.cpp
|
2015-01-18 23:07:48 +00:00
|
|
|
hle/service/hid/hid.cpp
|
2017-10-15 02:18:42 +00:00
|
|
|
hle/service/lm/lm.cpp
|
2014-04-22 22:35:40 +00:00
|
|
|
hle/service/service.cpp
|
2017-10-15 02:18:42 +00:00
|
|
|
hle/service/sm/controller.cpp
|
2017-06-06 06:31:59 +00:00
|
|
|
hle/service/sm/sm.cpp
|
2015-01-02 05:41:34 +00:00
|
|
|
hle/shared_page.cpp
|
2014-08-24 01:22:05 +00:00
|
|
|
hle/svc.cpp
|
2017-01-01 12:58:02 +00:00
|
|
|
hw/aes/arithmetic128.cpp
|
|
|
|
hw/aes/ccm.cpp
|
|
|
|
hw/aes/key.cpp
|
2014-05-17 20:50:33 +00:00
|
|
|
hw/gpu.cpp
|
2014-04-10 03:09:05 +00:00
|
|
|
hw/hw.cpp
|
2014-10-13 05:40:26 +00:00
|
|
|
hw/lcd.cpp
|
2014-08-24 01:22:05 +00:00
|
|
|
loader/elf.cpp
|
2017-10-06 03:30:08 +00:00
|
|
|
loader/linker.cpp
|
2014-08-24 01:22:05 +00:00
|
|
|
loader/loader.cpp
|
2017-10-06 03:30:08 +00:00
|
|
|
loader/nro.cpp
|
2017-09-24 15:08:31 +00:00
|
|
|
loader/nso.cpp
|
2015-04-04 10:57:31 +00:00
|
|
|
tracer/recorder.cpp
|
2015-05-13 01:38:29 +00:00
|
|
|
memory.cpp
|
2017-02-19 22:34:47 +00:00
|
|
|
perf_stats.cpp
|
2014-09-13 00:06:13 +00:00
|
|
|
settings.cpp
|
2017-05-02 04:09:15 +00:00
|
|
|
telemetry_session.cpp
|
2014-08-24 01:22:05 +00:00
|
|
|
)
|
2013-08-30 03:35:09 +00:00
|
|
|
|
2014-08-24 01:22:05 +00:00
|
|
|
set(HEADERS
|
2017-05-28 01:06:59 +00:00
|
|
|
3ds.h
|
2015-05-08 05:51:43 +00:00
|
|
|
arm/arm_interface.h
|
2016-09-02 03:07:14 +00:00
|
|
|
arm/dynarmic/arm_dynarmic.h
|
2016-12-31 14:01:30 +00:00
|
|
|
arm/dynarmic/arm_dynarmic_cp15.h
|
2014-09-12 22:34:51 +00:00
|
|
|
arm/dyncom/arm_dyncom.h
|
|
|
|
arm/dyncom/arm_dyncom_dec.h
|
|
|
|
arm/dyncom/arm_dyncom_interpreter.h
|
|
|
|
arm/dyncom/arm_dyncom_run.h
|
|
|
|
arm/dyncom/arm_dyncom_thumb.h
|
2016-06-11 02:02:02 +00:00
|
|
|
arm/dyncom/arm_dyncom_trans.h
|
2017-10-10 03:56:20 +00:00
|
|
|
arm/unicorn/arm_unicorn.h
|
|
|
|
arm/unicorn/unicorn_dynload.h
|
2014-09-11 01:27:14 +00:00
|
|
|
arm/skyeye_common/arm_regformat.h
|
2015-07-26 01:10:41 +00:00
|
|
|
arm/skyeye_common/armstate.h
|
2015-07-26 00:19:39 +00:00
|
|
|
arm/skyeye_common/armsupp.h
|
2014-09-12 22:34:51 +00:00
|
|
|
arm/skyeye_common/vfp/asm_vfp.h
|
|
|
|
arm/skyeye_common/vfp/vfp.h
|
|
|
|
arm/skyeye_common/vfp/vfp_helper.h
|
2015-05-08 05:51:43 +00:00
|
|
|
core.h
|
|
|
|
core_timing.h
|
2014-12-15 04:51:38 +00:00
|
|
|
file_sys/archive_backend.h
|
2015-05-08 05:51:43 +00:00
|
|
|
file_sys/directory_backend.h
|
2014-12-16 05:33:41 +00:00
|
|
|
file_sys/disk_archive.h
|
2017-02-15 13:49:07 +00:00
|
|
|
file_sys/errors.h
|
2014-12-15 07:03:17 +00:00
|
|
|
file_sys/file_backend.h
|
2015-01-01 17:39:27 +00:00
|
|
|
file_sys/ivfc_archive.h
|
2016-10-16 14:19:13 +00:00
|
|
|
file_sys/path_parser.h
|
2016-10-17 06:54:48 +00:00
|
|
|
file_sys/savedata_archive.h
|
2016-12-23 13:37:40 +00:00
|
|
|
frontend/emu_window.h
|
2017-05-27 23:10:25 +00:00
|
|
|
frontend/framebuffer_layout.h
|
2017-01-20 19:52:32 +00:00
|
|
|
frontend/input.h
|
2015-09-02 12:56:38 +00:00
|
|
|
gdbstub/gdbstub.h
|
2015-05-08 05:51:43 +00:00
|
|
|
hle/config_mem.h
|
|
|
|
hle/function_wrappers.h
|
2016-12-08 16:06:19 +00:00
|
|
|
hle/ipc.h
|
2016-12-26 12:39:45 +00:00
|
|
|
hle/ipc_helpers.h
|
2014-07-07 03:15:40 +00:00
|
|
|
hle/kernel/address_arbiter.h
|
2016-05-22 16:22:49 +00:00
|
|
|
hle/kernel/client_port.h
|
2016-06-14 23:03:30 +00:00
|
|
|
hle/kernel/client_session.h
|
2017-05-21 07:11:36 +00:00
|
|
|
hle/kernel/errors.h
|
2014-08-24 01:22:05 +00:00
|
|
|
hle/kernel/event.h
|
2017-05-29 23:45:42 +00:00
|
|
|
hle/kernel/handle_table.h
|
2017-06-05 04:52:19 +00:00
|
|
|
hle/kernel/hle_ipc.h
|
2014-05-23 03:39:25 +00:00
|
|
|
hle/kernel/kernel.h
|
2015-07-29 15:08:00 +00:00
|
|
|
hle/kernel/memory.h
|
2014-05-23 03:39:25 +00:00
|
|
|
hle/kernel/mutex.h
|
2015-05-04 03:01:16 +00:00
|
|
|
hle/kernel/process.h
|
2015-05-12 20:25:15 +00:00
|
|
|
hle/kernel/resource_limit.h
|
2014-12-03 23:49:51 +00:00
|
|
|
hle/kernel/semaphore.h
|
2016-05-22 16:22:49 +00:00
|
|
|
hle/kernel/server_port.h
|
2016-06-14 23:03:30 +00:00
|
|
|
hle/kernel/server_session.h
|
2017-01-05 04:23:17 +00:00
|
|
|
hle/kernel/session.h
|
2014-07-05 04:55:39 +00:00
|
|
|
hle/kernel/shared_memory.h
|
2014-05-23 03:39:25 +00:00
|
|
|
hle/kernel/thread.h
|
2015-05-08 05:51:43 +00:00
|
|
|
hle/kernel/timer.h
|
2015-05-21 03:37:07 +00:00
|
|
|
hle/kernel/vm_manager.h
|
2017-05-29 22:45:30 +00:00
|
|
|
hle/kernel/wait_object.h
|
2017-07-21 04:52:50 +00:00
|
|
|
hle/lock.h
|
2015-05-08 05:51:43 +00:00
|
|
|
hle/result.h
|
2017-06-15 16:09:05 +00:00
|
|
|
hle/romfs.h
|
2017-10-15 02:50:04 +00:00
|
|
|
hle/service/am/am.h
|
|
|
|
hle/service/am/applet_oe.h
|
2017-12-28 20:24:05 +00:00
|
|
|
hle/service/aoc/aoc_u.h
|
2017-10-15 02:50:04 +00:00
|
|
|
hle/service/apm/apm.h
|
2014-10-30 01:38:33 +00:00
|
|
|
hle/service/dsp_dsp.h
|
2014-10-29 03:08:37 +00:00
|
|
|
hle/service/gsp_gpu.h
|
2015-01-18 23:07:48 +00:00
|
|
|
hle/service/hid/hid.h
|
2017-10-15 02:18:42 +00:00
|
|
|
hle/service/lm/lm.h
|
2014-04-30 23:56:25 +00:00
|
|
|
hle/service/service.h
|
2017-10-15 02:18:42 +00:00
|
|
|
hle/service/sm/controller.h
|
2017-06-06 06:31:59 +00:00
|
|
|
hle/service/sm/sm.h
|
2015-01-02 05:41:34 +00:00
|
|
|
hle/shared_page.h
|
2014-08-24 01:22:05 +00:00
|
|
|
hle/svc.h
|
2017-01-01 12:58:02 +00:00
|
|
|
hw/aes/arithmetic128.h
|
|
|
|
hw/aes/ccm.h
|
|
|
|
hw/aes/key.h
|
2014-05-17 20:50:33 +00:00
|
|
|
hw/gpu.h
|
2014-04-30 23:56:25 +00:00
|
|
|
hw/hw.h
|
2014-10-13 05:40:26 +00:00
|
|
|
hw/lcd.h
|
2014-08-24 01:22:05 +00:00
|
|
|
loader/elf.h
|
2017-10-06 03:30:08 +00:00
|
|
|
loader/linker.h
|
2014-08-24 01:22:05 +00:00
|
|
|
loader/loader.h
|
2017-10-06 03:30:08 +00:00
|
|
|
loader/nro.h
|
2017-09-24 15:08:31 +00:00
|
|
|
loader/nso.h
|
2015-04-04 10:57:31 +00:00
|
|
|
tracer/recorder.h
|
2015-05-21 00:51:28 +00:00
|
|
|
tracer/citrace.h
|
2015-05-13 01:38:29 +00:00
|
|
|
memory.h
|
2015-05-13 02:38:56 +00:00
|
|
|
memory_setup.h
|
2016-01-30 18:41:04 +00:00
|
|
|
mmio.h
|
2017-02-19 22:34:47 +00:00
|
|
|
perf_stats.h
|
2014-09-13 00:06:13 +00:00
|
|
|
settings.h
|
2017-05-02 04:09:15 +00:00
|
|
|
telemetry_session.h
|
2014-08-24 01:22:05 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
create_directory_groups(${SRCS} ${HEADERS})
|
2014-05-19 22:19:36 +00:00
|
|
|
add_library(core STATIC ${SRCS} ${HEADERS})
|
2017-08-19 17:14:33 +00:00
|
|
|
target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core)
|
2017-09-24 15:04:55 +00:00
|
|
|
target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt lz4_static)
|
2017-07-09 21:52:18 +00:00
|
|
|
if (ENABLE_WEB_SERVICE)
|
|
|
|
target_link_libraries(core PUBLIC json-headers web_service)
|
|
|
|
endif()
|