8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916719 commit deccb37Copy full SHA for deccb37
Package.swift
@@ -55,17 +55,22 @@ let package = Package(
55
.target(
56
name: "_CSwiftSyntax",
57
exclude: [
58
+ "CMakeLists.txt",
59
"README.md"
60
]
61
),
62
63
name: "SwiftDiagnostics",
- dependencies: ["SwiftSyntax"]
64
+ dependencies: ["SwiftSyntax"],
65
+ exclude: [
66
+ "CMakeLists.txt"
67
+ ]
68
69
70
name: "SwiftSyntax",
71
dependencies: ["_CSwiftSyntax"],
72
73
74
"Misc.swift.gyb",
75
"Raw/RawSyntaxNodes.swift.gyb",
76
"Raw/RawSyntaxValidation.swift.gyb",
@@ -111,6 +116,7 @@ let package = Package(
111
116
name: "SwiftParser",
112
117
dependencies: ["SwiftDiagnostics", "SwiftSyntax"],
113
118
119
114
120
115
121
122
0 commit comments