FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Working bazel rule for ffig_c_library #459

Closed jbcoe closed 5 years ago

jbcoe commented 5 years ago

What does this PR do?

ffig_c_library takes a c++ header and generates a DSO and header for a generated C-API. travis CI test builds all bazel targets.

Possible future work

Add Bazel rules for other bindings.