FFIG / ffig

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

Add a CMake target for each language binding #441

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

What does this PR do?

Add a CMake target for each language binding.

Replaces: ffig_add_library

with

ffig_add_c_library ffig_add_python_library ffig_add_dotnet_library

Closes [github issues]

closes #440

Possible future work

Introduce bindings that do not depend on a C-API

jbcoe commented 6 years ago

Do not merge until #439 is merged.