You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day! Many thanks for this great tool! Could you, please, give me a tip -- is there a way to generate files only for the target platform? For example, in our case, we build a bridge from C++ library to Java-code in Android app and wonder is there a flag/option not to generate bindigs for other languages (Swift, js, python, etc)?
The text was updated successfully, but these errors were encountered:
Such an option would not save any time - the majority of time is spent parsing C++ header (only once), the subsequent generation of bindings (for all languages) takes very little time in comparison. That's why I decided against such an option. Is there any other reason you want this option?
Actually, the main reason is to have less overhead and files that are not-related explicitly to the project. But it is not very crucial for our project, so my question was more about interest.
Good day! Many thanks for this great tool! Could you, please, give me a tip -- is there a way to generate files only for the target platform? For example, in our case, we build a bridge from C++ library to Java-code in Android app and wonder is there a flag/option not to generate bindigs for other languages (Swift, js, python, etc)?
The text was updated successfully, but these errors were encountered: