robotpy-build icon indicating copy to clipboard operation
robotpy-build copied to clipboard

Link libraries recursively

Open virtuald opened this issue 4 years ago • 0 comments
trafficstars

Need to think through the right way to do this. Currently, we have to add depends for everything in the chain, which is a bit obnoxious.

Probably should look at cmake to see what they do -- for cmake target_link_libraries has a concept of PRIVATE/PUBLIC/INTERFACE options, where PUBLIC/INTERFACE options are inherited by children and PRIVATE are only used by the target itself and not its dependencies.

virtuald avatar Jan 13 '21 08:01 virtuald