mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is not a target dependency but a target link. Name the parameter to be less misleading. This also makes the name identical to the LLVM parameter.
52 lines
1.2 KiB
CMake
52 lines
1.2 KiB
CMake
add_sourcekit_library(SourceKitSwiftLang
|
|
CodeCompletionOrganizer.cpp
|
|
SwiftASTManager.cpp
|
|
SwiftCompletion.cpp
|
|
SwiftConformingMethodList.cpp
|
|
SwiftDocSupport.cpp
|
|
SwiftEditor.cpp
|
|
SwiftEditorInterfaceGen.cpp
|
|
SwiftIndexing.cpp
|
|
SwiftLangSupport.cpp
|
|
SwiftSourceDocInfo.cpp
|
|
SwiftTypeContextInfo.cpp
|
|
LINK_LIBS
|
|
SourceKitCore swiftDriver swiftFrontend
|
|
swiftDWARFImporter swiftClangImporter swiftIDE
|
|
swiftAST swiftMarkup swiftParse swiftParseSIL swiftSIL swiftSILGen
|
|
swiftSILOptimizer swiftIRGen swiftSema swiftBasic swiftSerialization
|
|
swiftSyntax swiftOption libcmark_static
|
|
# Clang dependencies.
|
|
clangIndex
|
|
clangFormat
|
|
clangToolingCore
|
|
clangFrontendTool
|
|
clangFrontend
|
|
clangDriver
|
|
clangCodeGen
|
|
clangSerialization
|
|
clangParse
|
|
clangSema
|
|
clangAnalysis
|
|
clangEdit
|
|
clangRewriteFrontend
|
|
clangRewrite
|
|
clangLex
|
|
clangAST
|
|
clangAPINotes
|
|
clangBasic
|
|
LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD}
|
|
bitreader
|
|
bitwriter
|
|
coverage
|
|
debuginfodwarf
|
|
instrumentation
|
|
ipo
|
|
lto
|
|
mc
|
|
mcparser
|
|
option
|
|
objcarcopts
|
|
profiledata
|
|
)
|