|
|
|
|
|
by geokon
361 days ago
|
|
Dependency management is a solved problem in the C/C++ world. It all should be done from within CMake using Hunter. They handle diamond dependencies correctly (everyone else just yolos it), they handle "package registry" correctly, ie git repos + hash verification. They handle tool chain files and forwarding of compilation flags correctly. I had a library building for like a dozen targets with it (including crazy stuff like iOS 9) |
|