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
I already read the document about "How to extend package processing" here: https://bloomberg.github.io/bde-tools/cmake/customization.html#how-to-extend-package-processing
But it doesn't say how to extend application processing. For example, I have a repo like this:
Now, m_xxxxx.m.cpp depends some other third-party libraries, how can I successfully build the repo?
For normal package, I aleady know how to do it by reading "How to extend package processing". But this doesn't work for application component.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I already read the document about "How to extend package processing" here: https://bloomberg.github.io/bde-tools/cmake/customization.html#how-to-extend-package-processing
But it doesn't say how to extend application processing.
For example, I have a repo like this:
Now, m_xxxxx.m.cpp depends some other third-party libraries, how can I successfully build the repo?
For normal package, I aleady know how to do it by reading "How to extend package processing". But this doesn't work for application component.
The text was updated successfully, but these errors were encountered: