File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,22 @@ let package = Package(
55
55
. target(
56
56
name: " _CSwiftSyntax " ,
57
57
exclude: [
58
+ " CMakeLists.txt " ,
58
59
" README.md "
59
60
]
60
61
) ,
61
62
. target(
62
63
name: " SwiftDiagnostics " ,
63
- dependencies: [ " SwiftSyntax " ]
64
+ dependencies: [ " SwiftSyntax " ] ,
65
+ exclude: [
66
+ " CMakeLists.txt "
67
+ ]
64
68
) ,
65
69
. target(
66
70
name: " SwiftSyntax " ,
67
71
dependencies: [ " _CSwiftSyntax " ] ,
68
72
exclude: [
73
+ " CMakeLists.txt " ,
69
74
" Misc.swift.gyb " ,
70
75
" Raw/RawSyntaxNodes.swift.gyb " ,
71
76
" Raw/RawSyntaxValidation.swift.gyb " ,
@@ -111,6 +116,7 @@ let package = Package(
111
116
name: " SwiftParser " ,
112
117
dependencies: [ " SwiftDiagnostics " , " SwiftSyntax " ] ,
113
118
exclude: [
119
+ " CMakeLists.txt " ,
114
120
" README.md "
115
121
]
116
122
) ,
You can’t perform that action at this time.
0 commit comments