Hello!
I have a question regarding cinterop tool.
I have two cases:
1. I’m interested in filtering the transitive headers from umbrella header, to not include subdependencies
headers = opencv2.h
headerFilter = opencv2.h
Would it include only opencv2.h and every header only headers included in umbrella?
2. What is excludeDependentModules?How it is used?Could somebody provide an example, as it’s not clear from the description.
Thank you