Skip to content

Commit 4b0a6b0

Browse files
committed
Add missing CMakeLists.txt exclude
1 parent 6a2fa62 commit 4b0a6b0

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
@@ -133,6 +133,9 @@ let package = Package(
133133
name: "SwiftCompilerPluginMessageHandling",
134134
dependencies: [
135135
"SwiftSyntax", "SwiftParser", "SwiftDiagnostics", "SwiftSyntaxMacros", "SwiftOperators",
136+
],
137+
exclude: [
138+
"CMakeLists.txt"
136139
]
137140
),
138141
.target(

0 commit comments

Comments
 (0)