Skip to content

Commit 50a12df

Browse files
authored
Merge pull request #8445 from nkcsgexi/ide-depend-index
2 parents c17d649 + 08c2aab commit 50a12df

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/IDE/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ add_swift_library(swiftIDE STATIC
1515
swiftClangImporter
1616
swiftParse
1717
swiftSema
18-
swiftAST)
18+
swiftIndex)
1919

tools/SourceKit/lib/SwiftLang/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ add_sourcekit_library(SourceKitSwiftLang
88
SwiftIndexing.cpp
99
SwiftLangSupport.cpp
1010
SwiftSourceDocInfo.cpp
11-
DEPENDS SourceKitCore swiftDriver swiftFrontend swiftClangImporter swiftIndex swiftIDE
11+
DEPENDS SourceKitCore swiftDriver swiftFrontend swiftClangImporter swiftIDE
1212
swiftAST swiftMarkup swiftParse swiftSIL swiftSILGen swiftSILOptimizer
1313
swiftIRGen swiftSema swiftBasic swiftSerialization swiftOption libcmark_static
1414
# Clang dependencies.

tools/swift-ide-test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ add_swift_host_tool(swift-ide-test
55
LINK_LIBRARIES
66
swiftDriver
77
swiftFrontend
8-
swiftIndex
98
swiftIDE
109
LLVM_COMPONENT_DEPENDS
1110
DebugInfoCodeView

0 commit comments

Comments
 (0)