apple / swift-atomics

Low-level atomic operations for Swift
Apache License 2.0
1.08k stars 51 forks source link

[CMake] Do not list .gyb files as sources #105

Closed lorentey closed 1 year ago

lorentey commented 1 year ago

Sources/Atomics/CMakeLists.txt currently lists .gyb files in its source lists, as well as the swift sources expanded from them. This doesn't seem to prevent the build from succeeding, but it seems undesirable.

Checklist

lorentey commented 1 year ago

@swift-ci test