fix(feedback): resolve VDE-031 — add vde_capi to vde INTERFACE umbrella
- vde_capi was missing from the vde INTERFACE library deps - Caused Ninja link failure: undefined ref to vde_last_error / vde_destroy - basic_usage example could not link when building with Ninja generator - Verified: Ninja (130/130) and Makefile builds both pass on Linux GCC 10.2 Closes VDE-031
This commit is contained in:
@@ -176,6 +176,7 @@ target_link_libraries(vde
|
||||
INTERFACE vde_sdf
|
||||
INTERFACE vde_brep
|
||||
INTERFACE vde_sketch
|
||||
INTERFACE vde_capi
|
||||
)
|
||||
add_library(vde::engine ALIAS vde)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user