Skip to content

Commit 734c911

Browse files
authored
Merge pull request #1435 from bnbarham/add-ignore
Add missing CMakeLists.txt exclude
2 parents 8d345e5 + 4b0a6b0 commit 734c911

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)