mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Currently, SourceKit's CMake functions all use DEPENDS to specify libraries the targets will link with. This is confusing as it doesn't behave the same way that add_swift behaves, and implies that dependencies are created when there aren't.