Ivan
09/06/2018, 4:08 PMr4zzz4k
09/06/2018, 4:18 PMfoo.h
and bar/bar.h
are present in include directories (passed via compilerOpts = -Idir1 -Idir2
in .def
file) and bar/bar.h
isn't filtered out via headerFilter
, cinterop
should process all of them automatically. So you put headers = foo.h
in .def
and both this file and everything included into it gets wrapped into generated bindings.Ivan
09/06/2018, 4:32 PM