Automatically link a Swift component that uses a C++ library against the relevant standard C++ library
Open
- Dominant language
- No language data
- Stars
- 94
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Split out of #316. When linking against a static C++ library, the consumer is required to specify that the standard C++ library is required, plus which implementation to use and how to find it. However, the standard C++ library is "just" another dependency of the Swift component in this case and should be provided by the Swift plugins.
Contributor guide
Assessment
This issue has not been assessed yet.