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