Skip to content

Commit 9c119bb

Browse files
authored
build: add library target
Add a library target as a product to allow access to the library for consumption.
1 parent 08f6f70 commit 9c119bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let _: Package =
99
],
1010
products: [
1111
.executable(name: "VTDemo", targets: ["VTDemo"]),
12+
.library(name: "VirtualTerminal", targets: ["VirtualTerminal"]),
1213
],
1314
dependencies: [
1415
.package(url: "https://github.com/compnerd/swift-platform-core.git", branch: "main"),

0 commit comments

Comments
 (0)