You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while cget seems to rely heavily on cmake, i cannot seem to find how to ingegrate it into a cmake project. ideally we would like cget to be called to build (ideally optionally fetch prebuilt) dependencies and then link to them, including transitive dependencies. ideally using the modern target syntax
The text was updated successfully, but these errors were encountered:
what would be nice is to be able to have targets for all packages and have them have transitive include and link specs for all their dependencies. should be doable with some cmake foo
while cget seems to rely heavily on cmake, i cannot seem to find how to ingegrate it into a cmake project. ideally we would like cget to be called to build (ideally optionally fetch prebuilt) dependencies and then link to them, including transitive dependencies. ideally using the modern target syntax
The text was updated successfully, but these errors were encountered: