Skip to content

Commit e9051ab

Browse files
authored
Fix unhandled file warning (#9521)
1 parent 52f7c41 commit e9051ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,10 @@ let package = Package(
568568
"SourceKitLSPAPI",
569569
"SwiftBuildSupport",
570570
"Workspace"
571-
] + swiftTSCBasicsDeps + swiftToolsProtocolsDeps
571+
] + swiftTSCBasicsDeps + swiftToolsProtocolsDeps,
572+
exclude: [
573+
"CMakeLists.txt",
574+
],
572575
),
573576

574577
// MARK: Commands

0 commit comments

Comments
 (0)