Skip to content

Commit a3e0098

Browse files
committed
[CMake] Add dependency to DriverSupport for XCBuildSupport
This was added to the `Package.swift` in swiftlang#7258 but skipped in the CMake because swiftlang#7358 excluded XCBuildSupport as a CMake target. But that's reverted here, so we need to add the dependency in.
1 parent f64c847 commit a3e0098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/XCBuildSupport/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_library(XCBuildSupport STATIC
1515
XcodeBuildSystem.swift)
1616
target_link_libraries(XCBuildSupport PUBLIC
1717
Build
18+
DriverSupport
1819
TSCBasic
1920
TSCUtility
2021
PackageGraph

0 commit comments

Comments
 (0)