Skip to content

Commit 696c124

Browse files
committed
Fix missing dependency
1 parent 8178610 commit 696c124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IDE/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ add_swift_host_library(swiftIDE STATIC
2222
target_link_libraries(swiftIDE PRIVATE
2323
swiftAST
2424
swiftClangImporter
25+
swiftDriver
2526
swiftFrontend
2627
swiftIndex
2728
swiftParse

0 commit comments

Comments
 (0)