File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ add_swift_library(swiftIDE STATIC
15
15
swiftClangImporter
16
16
swiftParse
17
17
swiftSema
18
- swiftAST )
18
+ swiftIndex )
19
19
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ add_sourcekit_library(SourceKitSwiftLang
8
8
SwiftIndexing.cpp
9
9
SwiftLangSupport.cpp
10
10
SwiftSourceDocInfo.cpp
11
- DEPENDS SourceKitCore swiftDriver swiftFrontend swiftClangImporter swiftIndex swiftIDE
11
+ DEPENDS SourceKitCore swiftDriver swiftFrontend swiftClangImporter swiftIDE
12
12
swiftAST swiftMarkup swiftParse swiftSIL swiftSILGen swiftSILOptimizer
13
13
swiftIRGen swiftSema swiftBasic swiftSerialization swiftOption libcmark_static
14
14
# Clang dependencies.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ add_swift_host_tool(swift-ide-test
5
5
LINK_LIBRARIES
6
6
swiftDriver
7
7
swiftFrontend
8
- swiftIndex
9
8
swiftIDE
10
9
LLVM_COMPONENT_DEPENDS
11
10
DebugInfoCodeView
You can’t perform that action at this time.
0 commit comments