diff options
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 32cc2f392..c1cc62a45 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | add_library(core STATIC | 1 | add_library(core STATIC |
| 2 | announce_multiplayer_session.cpp | ||
| 3 | announce_multiplayer_session.h | ||
| 2 | arm/arm_interface.h | 4 | arm/arm_interface.h |
| 3 | arm/arm_interface.cpp | 5 | arm/arm_interface.cpp |
| 4 | arm/cpu_interrupt_handler.cpp | 6 | arm/cpu_interrupt_handler.cpp |
| @@ -714,6 +716,11 @@ add_library(core STATIC | |||
| 714 | hle/service/vi/vi_u.h | 716 | hle/service/vi/vi_u.h |
| 715 | hle/service/wlan/wlan.cpp | 717 | hle/service/wlan/wlan.cpp |
| 716 | hle/service/wlan/wlan.h | 718 | hle/service/wlan/wlan.h |
| 719 | internal_network/network.cpp | ||
| 720 | internal_network/network.h | ||
| 721 | internal_network/network_interface.cpp | ||
| 722 | internal_network/network_interface.h | ||
| 723 | internal_network/sockets.h | ||
| 717 | loader/deconstructed_rom_directory.cpp | 724 | loader/deconstructed_rom_directory.cpp |
| 718 | loader/deconstructed_rom_directory.h | 725 | loader/deconstructed_rom_directory.h |
| 719 | loader/elf.cpp | 726 | loader/elf.cpp |
| @@ -741,11 +748,6 @@ add_library(core STATIC | |||
| 741 | memory/dmnt_cheat_vm.h | 748 | memory/dmnt_cheat_vm.h |
| 742 | memory.cpp | 749 | memory.cpp |
| 743 | memory.h | 750 | memory.h |
| 744 | network/network.cpp | ||
| 745 | network/network.h | ||
| 746 | network/network_interface.cpp | ||
| 747 | network/network_interface.h | ||
| 748 | network/sockets.h | ||
| 749 | perf_stats.cpp | 751 | perf_stats.cpp |
| 750 | perf_stats.h | 752 | perf_stats.h |
| 751 | reporter.cpp | 753 | reporter.cpp |
| @@ -780,7 +782,7 @@ endif() | |||
| 780 | 782 | ||
| 781 | create_target_directory_groups(core) | 783 | create_target_directory_groups(core) |
| 782 | 784 | ||
| 783 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 785 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) |
| 784 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) | 786 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) |
| 785 | if (MINGW) | 787 | if (MINGW) |
| 786 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) | 788 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) |