mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-29 00:45:55 +08:00
rename: ENet 库目录重命名为 libs/ENET
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user