rename: IUP 库目录重命名为 libs/IUP

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-02 15:39:42 +08:00
parent 96a94aaddf
commit b616a4662b
66 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ add_library(enet STATIC
target_include_directories(enet PUBLIC ${ENET_DIR}/include)
# === 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)
set_target_properties(iup PROPERTIES
IMPORTED_IMPLIB ${IUP_DIR}/libiup.a