Skip to content

Commit 4e383e3

Browse files
committed
Fix swift-dependency-tool dependencies
1 parent ad0e709 commit 4e383e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/swift-dependency-tool/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ target_link_libraries(swift-dependency-tool
66
PRIVATE
77
swiftAST
88
swiftParse
9-
swiftClangImporter)
9+
swiftClangImporter
10+
swiftSema)
1011

0 commit comments

Comments
 (0)