Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
avnerbarr committed Feb 2, 2020
1 parent 7869d5d commit 016ca14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let package = Package(
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "cassandra-swift",
targets: ["cassandra-swift"]),
name: "CCassandra",
targets: ["CCassandra"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -18,9 +18,6 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "cassandra-swift",
dependencies: ["CCassandra"]),
.systemLibrary(
name: "CCassandra",
path: "Sources/cassandra",
Expand Down

0 comments on commit 016ca14

Please sign in to comment.