apple / swift-foundation

The Foundation project
Apache License 2.0
2.28k stars 135 forks source link

[CMake] Copy headers to known directory for direct client test builds #699

Closed jmschonfeld closed 1 week ago

jmschonfeld commented 1 week ago

This copies the public headers to a known location in the build tree so that direct clients (before installation) can specify that directory as an include path when not building via a CMake dependency

jmschonfeld commented 1 week ago

@swift-ci please test