Skip to content

Commit 69e4706

Browse files
committed
Expose CSQLite as a SPM product
1 parent 65bd4d9 commit 69e4706

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
@@ -37,6 +37,7 @@ let package = Package(
3737
.watchOS(.v4),
3838
],
3939
products: [
40+
.library(name: "CSQLite", targets: ["CSQLite"]),
4041
.library(name: "GRDB", targets: ["GRDB"]),
4142
.library(name: "GRDB-dynamic", type: .dynamic, targets: ["GRDB"]),
4243
],

0 commit comments

Comments
 (0)