From 3f5377d6810de412c8963414f66f472fc740cad9 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Tue, 7 May 2024 10:44:56 +0200 Subject: Replaced ENet with submodule This also updates ENet from 1.3.2 to 1.3.18. The previously supported WITH_BUNDLEDHEADERS option that affected which ENet was being used has now been reversed and renamed to USE_SYSTEM_ENET, which defaults to OFF for now. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 316458cc..83952f87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libs/guichan"] path = libs/guichan url = https://github.com/darkbitsorg/guichan.git +[submodule "libs/enet"] + path = libs/enet + url = https://github.com/lsalzman/enet.git -- cgit v1.2.3-70-g09d2