Skip to content

Commit

Permalink
Add target info in package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
priteshrnandgaonkar committed Jul 19, 2017
1 parent 51ddac2 commit 15b8c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import PackageDescription

let package = Package(
name: "KVStore",
targets: [Target(name:"KVStoreTests", dependencies: []), Target(name:"KVStore", dependencies:[])],
dependencies: []
)

0 comments on commit 15b8c0e

Please sign in to comment.