This commit is contained in:
Nishi 2026-05-25 07:58:06 +09:00
commit b5220bd6af
2 changed files with 10 additions and 0 deletions

View file

@ -45,3 +45,6 @@ fb_add_dep(fishbone jar)
# Compression
fb_add_dep(fishbone lz4)
# Networking
fb_add_dep(fishbone enet)

View file

@ -0,0 +1,7 @@
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/CPM.cmake")
CPMAddPackage(
NAME "enet"
GITHUB_REPOSITORY "lsalzman/enet"
GIT_TAG master
)