aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: a34a75c073db37dd1ba7bc5fbaa0e0c504b82c6c (plain)
1
2
3
[dependencies] should automatically download dependency from vcpkg if available. This is useful for windows.
Static libraries with dependencies should propagate their dependencies upwards to the first non-static library.
If a dependency uses a c/c++ version newer than our project then give a compile error, or automatically upgrade our package version to the max version of the dependencies (and our project version).