network: Add initial files and enet dependency

This commit is contained in:
FearlessTobi 2022-07-06 02:20:39 +02:00
parent 1bcde9dd98
commit dcfe0a5feb
15 changed files with 2898 additions and 0 deletions

View file

@ -73,6 +73,10 @@ if (YUZU_USE_EXTERNAL_SDL2)
add_library(SDL2 ALIAS SDL2-static)
endif()
# ENet
add_subdirectory(enet)
target_include_directories(enet INTERFACE ./enet/include)
# Cubeb
if(ENABLE_CUBEB)
set(BUILD_TESTS OFF CACHE BOOL "")

1
externals/enet vendored Submodule

@ -0,0 +1 @@
Subproject commit 39a72ab1990014eb399cee9d538fd529df99c6a0