Skip to content

Commit

Permalink
fix: for executable
Browse files Browse the repository at this point in the history
  • Loading branch information
novr committed Jul 14, 2022
1 parent 23f86c1 commit cf9349e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ let package = Package(
platforms: [
.macOS(.v11)
],
products: [
.executable(name: "clexp", targets: ["Clexp"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
Expand All @@ -17,9 +20,6 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.executableTarget(
name: "Clexp",
dependencies: []),
.testTarget(
name: "ClexpTests",
dependencies: ["Clexp"]),
dependencies: [])
]
)

0 comments on commit cf9349e

Please sign in to comment.