rename: ENet 库目录重命名为 libs/ENET

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-02 15:41:48 +08:00
parent b616a4662b
commit bf21efbbc0
+1 -1
View File
@@ -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