Skip to content

Commit 35019f7

Browse files
authored
Merge pull request groue#1297 from groue/experimental/expose-CSQLite
SPM: expose the CSQLite product
2 parents 65bd4d9 + 69e4706 commit 35019f7

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)