Skip to content

Commit a2d20d8

Browse files
Added dynamic variant
1 parent e92dbd3 commit a2d20d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ let package = Package(
1111
],
1212
products: [
1313
// Products define the executables and libraries a package produces, making them visible to other packages.
14-
.library(name: "MagnitudeDB", targets: ["MagnitudeDB"])
14+
.library(name: "MagnitudeDB", targets: ["MagnitudeDB"]),
15+
.library(name: "DynamicMagnitudeDB", type: .dynamic, targets: ["MagnitudeDB"])
16+
1517
],
1618
dependencies: [
1719
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),

0 commit comments

Comments
 (0)