Skip to content

Commit b49f51d

Browse files
fix: add sqlite to prism vcpkg dependencis
1 parent 927eaa8 commit b49f51d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/vcpkg.json.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"homepage": "https://github.com/cpp-prism/prism",
77
"dependencies": [
88
"catch2",
9+
"sqlite3",
910
{
1011
"name": "vcpkg-cmake",
1112
"host": true

vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"homepage": "https://github.com/cpp-prism/prism",
77
"dependencies": [
88
"catch2",
9+
"sqlite3",
910
{
1011
"name": "vcpkg-cmake",
1112
"host": true

0 commit comments

Comments
 (0)