-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Description
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
Labels
No labels