libcsp-rust/clib/gen-bindings.sh

3 lines
106 B
Bash
Raw Normal View History

#!/bin/bash
2024-05-31 16:56:44 +02:00
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" "-I./libcsp/src" > bindings.rs