File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (IDEUtils STATIC
9
+ add_library (IDEUtils
10
10
gyb_generated/SyntaxClassification.swift
11
11
Syntax+Classifications.swift
12
12
SyntaxClassifier.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftBasicFormat STATIC
9
+ add_library (SwiftBasicFormat
10
10
generated /BasicFormat.swift
11
11
SyntaxProtocol+Formatted.swift
12
12
Trivia+Indented.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftCompilerSupport STATIC
9
+ add_library (SwiftCompilerSupport
10
10
ConsistencyCheck.swift
11
11
)
12
12
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftDiagnostics STATIC
9
+ add_library (SwiftDiagnostics
10
10
Diagnostic.swift
11
11
DiagnosticsFormatter.swift
12
12
FixIt.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftOperators STATIC
9
+ add_library (SwiftOperators
10
10
Operator.swift
11
11
OperatorError+Diagnostics.swift
12
12
OperatorError.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftParser STATIC
9
+ add_library (SwiftParser
10
10
Attributes.swift
11
11
Availability.swift
12
12
CharacterInfo.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftParserDiagnostics STATIC
9
+ add_library (SwiftParserDiagnostics
10
10
DiagnosticExtensions.swift
11
11
MissingNodesError.swift
12
12
ParserDiagnosticMessages.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftSyntax STATIC
9
+ add_library (SwiftSyntax
10
10
AbsolutePosition.swift
11
11
BumpPtrAllocator.swift
12
12
CommonAncestor.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (SwiftSyntaxBuilder STATIC
9
+ add_library (SwiftSyntaxBuilder
10
10
ConvenienceInitializers.swift
11
11
HasTrailingComma.swift
12
12
Indenter.swift
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_library (_SwiftSyntaxMacros STATIC
9
+ add_library (_SwiftSyntaxMacros
10
10
ExpressionMacro.swift
11
11
Macro .swift
12
12
MacroEvaluationContext.swift
You can’t perform that action at this time.
0 commit comments