mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-28 16:35:55 +08:00
rename: IUP 库目录重命名为 libs/IUP
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ add_library(enet STATIC
|
|||||||
target_include_directories(enet PUBLIC ${ENET_DIR}/include)
|
target_include_directories(enet PUBLIC ${ENET_DIR}/include)
|
||||||
|
|
||||||
# === IUP(预构建导入库)===
|
# === IUP(预构建导入库)===
|
||||||
set(IUP_DIR ${CMAKE_SOURCE_DIR}/libs/iup-3.31_Win64_dllw6_lib)
|
set(IUP_DIR ${CMAKE_SOURCE_DIR}/libs/IUP)
|
||||||
add_library(iup SHARED IMPORTED)
|
add_library(iup SHARED IMPORTED)
|
||||||
set_target_properties(iup PROPERTIES
|
set_target_properties(iup PROPERTIES
|
||||||
IMPORTED_IMPLIB ${IUP_DIR}/libiup.a
|
IMPORTED_IMPLIB ${IUP_DIR}/libiup.a
|
||||||
|
|||||||
Reference in New Issue
Block a user