Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit ef05b20

Browse files
committed
Add target to package for third_party.
1 parent 9e62906 commit ef05b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
products: [
2323
.library(
2424
name: "DeepLearning",
25-
targets: ["DeepLearning"]),
25+
targets: ["DeepLearning", "third_party"]),
2626
],
2727
dependencies: [],
2828
targets: [

0 commit comments

Comments
 (0)