views:

439

answers:

1

How would I generate automatic bindings for a C project that is built using CMake?

I want to generate bindings for Python, Java, .NET, PHP, Perl, TCL, Ruby and Octave automatically.

+2  A: 

You can find an example at this adress: http://www.swig.org/Doc1.3/Introduction.html#Introduction%5Fbuild%5Fsystem

Tristram Gräbener