Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Aug 15, 2019
1 parent e052f1d commit 2b4f05c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ let package = Package(
name: "coswift",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "cocore",
targets: ["cocore"]),
.library(
name: "coswift",
targets: ["coswift", "cocore"]),
targets: ["coswift"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down

0 comments on commit 2b4f05c

Please sign in to comment.