Skip to content

Commit

Permalink
Merge pull request #49 from noppoMan/add-products
Browse files Browse the repository at this point in the history
add products for Swift PM
  • Loading branch information
noppoMan authored Oct 6, 2017
2 parents d740d0b + b1fa416 commit 6f25580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import PackageDescription

let package = Package(
name: "Prorsum",
products: [
.executable(name: "prorsum-performance", targets: ["Performance"]),
.library(name: "Prorsum", targets: ["Prorsum"])
],
dependencies: [
.package(url: "https://github.com/Zewo/CHTTPParser.git", .exact("0.14.0")),
.package(url: "https://github.com/vapor/clibressl.git", .upToNextMajor(from: "1.0.0"))
Expand Down

0 comments on commit 6f25580

Please sign in to comment.