Skip to content

Commit 13a224a

Browse files
authored
Exclude files from target to remove warnings (#12)
1 parent 13e94f0 commit 13a224a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let package = Package(
1313
.target(
1414
name: "SwiftMath",
1515
path: ".",
16+
exclude: ["SwiftMath.podspec", "README.md", "Tests", "LICENSE"],
1617
sources: ["Sources"],
1718
swiftSettings: [ .define("NOSIMD", .when(platforms: [.linux, .android, .windows, .wasi, ])),]),
1819

0 commit comments

Comments
 (0)