Skip to content

Commit

Permalink
Merge pull request #1297 from groue/experimental/expose-CSQLite
Browse files Browse the repository at this point in the history
SPM: expose the CSQLite product
  • Loading branch information
groue authored Nov 28, 2022
2 parents 65bd4d9 + 69e4706 commit 35019f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ let package = Package(
.watchOS(.v4),
],
products: [
.library(name: "CSQLite", targets: ["CSQLite"]),
.library(name: "GRDB", targets: ["GRDB"]),
.library(name: "GRDB-dynamic", type: .dynamic, targets: ["GRDB"]),
],
Expand Down

0 comments on commit 35019f7

Please sign in to comment.