Skip to content

Using stdlib in meson #287

Closed
Closed
@awvwgk

Description

@awvwgk

Using stdlib is currently only possible with CMake by inclusion as subproject or by systemwide installation (either /usr or /usr/local prefix). The first approach excludes certain CMake setups and other build systems like meson, while the latter is not acceptable in case several compilers are used for development.

An usual approach to install packages in a local prefix is exporting CMake package files or pkg-config files, the latter makes the project discoverable by most non-CMake build systems.

Are there plans in the short-term to allow exporting of package files to make stdlib accessible for other projects?

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