forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
45 lines (45 loc) · 1.08 KB
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
add_sourcekit_library(SourceKitSwiftLang
CodeCompletionOrganizer.cpp
SwiftASTManager.cpp
SwiftCompletion.cpp
SwiftDocSupport.cpp
SwiftEditor.cpp
SwiftEditorInterfaceGen.cpp
SwiftIndexing.cpp
SwiftLangSupport.cpp
SwiftSourceDocInfo.cpp
DEPENDS SourceKitCore swiftDriver swiftFrontend swiftClangImporter swiftIDE
swiftAST swiftMarkup swiftParse swiftSIL swiftSILGen swiftSILPasses
swiftSILPassesUtils swiftSema swiftBasic swiftSerialization
swiftSILAnalysis swiftOption cmark
# Clang dependencies.
clangFormat
clangToolingCore
clangIndex
clangDriver
clangFrontendTool
clangFrontend
clangCodeGen
clangSerialization
clangParse
clangSema
clangAnalysis
clangEdit
clangRewrite
clangRewriteFrontend
clangLex
clangAST
clangAPINotes
clangBasic
COMPONENT_DEPENDS ${LLVM_TARGETS_TO_BUILD}
bitreader
bitwriter
debuginfodwarf
instrumentation
ipo
mc
mcparser
option
objcarcopts
profiledata
)