fix: CMake 聚合库改为 INTERFACE
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ target_link_libraries(vde_collision
|
||||
)
|
||||
|
||||
# ── 聚合库 ──────────────────────────────────────────
|
||||
add_library(vde ${CMAKE_BUILD_TYPE_LIB})
|
||||
add_library(vde INTERFACE)
|
||||
target_link_libraries(vde
|
||||
PUBLIC vde_foundation
|
||||
PUBLIC vde_core
|
||||
|
||||
Reference in New Issue
Block a user