Skip to content

Link libraries recursively #115

Closed
Closed
@virtuald

Description

@virtuald

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions