Skip to content

Commit c7a63d6

Browse files
bnbarhamahoppen
authored andcommitted
Merge pull request swiftlang#1435 from bnbarham/add-ignore
Add missing CMakeLists.txt exclude
1 parent 42a4a7d commit c7a63d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ let package = Package(
135135
name: "SwiftCompilerPluginMessageHandling",
136136
dependencies: [
137137
"SwiftSyntax", "SwiftParser", "SwiftDiagnostics", "SwiftSyntaxMacros", "SwiftOperators",
138+
],
139+
exclude: [
140+
"CMakeLists.txt"
138141
]
139142
),
140143
.target(

0 commit comments

Comments
 (0)