FFIG / ffig

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

Pass compiler flags to ffig to locate ffig include directory. #457

Closed jbcoe closed 5 years ago

jbcoe commented 5 years ago

What does this PR do?

Changes the FFIG.py CLI to require compiler options to locate FFIG headers.

This change is needed for bazel to be able to specify the ffig header include path.

Possible future work

Add Bazel support for FFIG