Remove exclude

This commit is contained in:
Christian Treffs 2020-08-06 10:34:01 +02:00
parent 47f296823e
commit c960ed32e1
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ let package = Package(
targets: ["FirebladeECS"])
],
targets: [
.target(name: "FirebladeECS",
exclude: ["Stencils"]),
.target(name: "FirebladeECS"),
.testTarget(name: "FirebladeECSTests",
dependencies: ["FirebladeECS"]),
.testTarget(name: "FirebladeECSPerformanceTests",