Papierkorb / bindgen

Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179 stars 18 forks source link

Clang 10 Support #31

Closed kalinon closed 4 years ago

kalinon commented 4 years ago

This is for #28 and also fixes a few issues i saw with the cmake script:

I added support for a --clang flag to the find_clang.cr script, which will allow definition of which clang to use. This fixed a lot of problems since cmake can pass it.