-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
How to gradually transform an existing repo into BDE style? #35
Comments
So, you have a repository with packages that depend on external libraries, and you want to configure your repository so that you can build against it? If you haven't read it already, here is some useful background on the organization of BDE style repositories. Prerequesites:
I believe there is a Assuming you now have metadata (a The build system, when it sees an entry in a |
When working on this, I'd suggest using the very verbose option for
|
@mversche Thanks for your reply! I am not familiar with pkg-config and most of the code to integrate is not a third party library but legacy code. Our project's current build system is CMake, so I am really hoping a CMake solution to this problem. |
Hi, I currently try to transform an existing repo into BDE style gradually.
In the process, some BDE-style packages depend on some other existing code or third-party library. I read the bde-tools docs, but can't find explicit instructions on this topic.
Can someone help me with this problem?
The text was updated successfully, but these errors were encountered: