fix(feedback): resolve VDE-031 — add vde_capi to vde INTERFACE umbrella
CI / Build & Test (push) Failing after 38s
CI / Release Build (push) Failing after 31s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

- 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:
茂之钳
2026-07-28 23:37:00 +08:00
parent 24b6796f51
commit c0b9eb1d5a
2 changed files with 44 additions and 0 deletions
+1
View File
@@ -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)