FFIG / ffig

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

Add a CMake build target for each FFIG binding #431

Open jbcoe opened 6 years ago

jbcoe commented 6 years ago

It would be good to have a CMake target per FFIG binding rather than all bindings rolled into one:

add_ffig_c_library add_ffig_cpp_library add_ffig_python_library add_ffig_ruby_library

etc.