From bf21efbbc0c830b1987882ed3a914ec9ea85f50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Sat, 2 May 2026 15:41:48 +0800 Subject: [PATCH] =?UTF-8?q?rename:=20ENet=20=E5=BA=93=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20libs/ENET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 943a58b..b672c1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_compile_options(-Wall -Wextra -O2) add_compile_options(-finput-charset=UTF-8 -fexec-charset=UTF-8) # === ENet(从源码编译静态库)=== -set(ENET_DIR ${CMAKE_SOURCE_DIR}/libs/enet) +set(ENET_DIR ${CMAKE_SOURCE_DIR}/libs/ENET) add_library(enet STATIC ${ENET_DIR}/callbacks.c ${ENET_DIR}/compress.c