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

Commit b22e596

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ let package = Package(
2323
.library(
2424
name: "DeepLearning",
2525
targets: ["DeepLearning"]),
26+
.library(
27+
name: "third_party",
28+
targets: ["third_party"]),
2629
],
2730
dependencies: [],
2831
targets: [

0 commit comments

Comments
 (0)