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

Commit 0b49deb

Browse files
committed
Add swift-doc executable and SwiftDoc library to package products
1 parent 0f5993c commit 0b49deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import PackageDescription
55

66
let package = Package(
77
name: "swift-doc",
8+
products: [
9+
.executable(name: "swift-doc", targets: ["swift-doc"]),
10+
.library(name: "SwiftDoc", targets: ["SwiftDoc"])
11+
],
812
dependencies: [
913
.package(url: "https://github.com/apple/swift-syntax.git", .revision("swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-09-a")),
1014
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .branch("swift-5.2")),

0 commit comments

Comments
 (0)