mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-20 23:41:29 +02:00
.
This commit is contained in:
25
cli/stream/Package.swift
Normal file
25
cli/stream/Package.swift
Normal file
@@ -0,0 +1,25 @@
|
||||
// swift-tools-version:5.9
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "stream-capture",
|
||||
platforms: [.macOS(.v13)],
|
||||
products: [
|
||||
.executable(name: "stream-capture", targets: ["stream-capture"])
|
||||
],
|
||||
dependencies: [],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "stream-capture",
|
||||
dependencies: [],
|
||||
linkerSettings: [
|
||||
.linkedFramework("ScreenCaptureKit"),
|
||||
.linkedFramework("VideoToolbox"),
|
||||
.linkedFramework("CoreMedia"),
|
||||
.linkedFramework("CoreVideo"),
|
||||
.linkedFramework("AVFoundation"),
|
||||
.linkedFramework("Network"),
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user