Skip to content

Commit 7bebdcc

Browse files
authored
Add CSoundpipeAudioKit library to products (#47)
1 parent 7a4b021 commit 7bebdcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ import PackageDescription
66
let package = Package(
77
name: "SoundpipeAudioKit",
88
platforms: [.macOS(.v12), .iOS(.v13), .tvOS(.v13)],
9-
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
9+
products: [
10+
.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"]),
11+
.library(name: "CSoundpipeAudioKit", targets: ["CSoundpipeAudioKit"])
12+
],
1013
dependencies: [
1114
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
1215
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.0"),

0 commit comments

Comments
 (0)