apple / swift-collections

Commonly used data structures for Swift
Apache License 2.0
3.55k stars 270 forks source link

build: support using swift-collections in larger projects #330

Closed compnerd closed 5 months ago

compnerd commented 5 months ago

This enables the use of swift-collections with CMake in a larger project with CMake. In particular, this enables the use of swift-collections with FetchContent to enable integration with other projects for vendoring.

compnerd commented 5 months ago

@swift-ci please test