File size: 283 Bytes
9425aed | 1 2 3 4 5 6 7 | # Rust FFI Crate for BOB Quantum Engine if(NOT TARGET bob_quantum) message(FATAL_ERROR "bob_quantum target must be defined before rust subdirectory") endif() add_custom_target(rust_bindings ALL DEPENDS bob_quantum COMMENT "Rust FFI bindings verified") # Rust FFI managed via Cargo |