mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
4ff07077bc
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.