Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Propagate static lib dependencies up the chain #44

@deplinenoise

Description

@deplinenoise

It would be useful to have static libraries "Depends" work recursively, so

StaticLibrary { Name = "foo", ... }
StaticLibrary { Name = "bar", Depends = { "foo" }, ... }
Program = { Name = "qux", Depends = { "bar" }, ... }

Would automatically link qux with foo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions