We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include headers in contentFiles must be copied transitive in dependent package.
package A depends on B package B depends on CppSharp
contentFiles are copied to B, but not to A
That problem trigger System.Exception: 'Clang resource folder 'lib\clang\18\include' was not found.' in A package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
include headers in contentFiles must be copied transitive in dependent package.
package A depends on B
package B depends on CppSharp
contentFiles are copied to B, but not to A
That problem trigger System.Exception: 'Clang resource folder 'lib\clang\18\include' was not found.' in A package
The text was updated successfully, but these errors were encountered: