I'm trying to wrap a library which includes both C and C++ header files. Is there a way to make this configuration work with wrapit?
C headers are embedded in an extern "C" {} structure, but when trying to run wrapit on it, the result is 0 enums, classes, etc.
I'm trying to wrap a library which includes both C and C++ header files. Is there a way to make this configuration work with wrapit?
C headers are embedded in an extern "C" {} structure, but when trying to run wrapit on it, the result is 0 enums, classes, etc.