Skip to content

Commit

Permalink
Add sqlite-modern-cpp to preconfigured packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolrory committed Jan 17, 2024
1 parent d869b9d commit bc1596a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/build-package-preconfigured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ parameters:
- pango
- skia
- sqlite3
- sqlite-modern-cpp
- tinyxml

- name: publishToGitHubRelease
Expand Down
13 changes: 13 additions & 0 deletions preconfigured-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@
"buildType": "release"
}
},
{
"name": "sqlite-modern-cpp",
"mac": {
"package": "sqlite-modern-cpp",
"linkType": "static",
"buildType": "release"
},
"win": {
"package": "sqlite-modern-cpp",
"linkType": "static",
"buildType": "release"
}
},
{
"name": "tinyxml",
"mac": {
Expand Down

0 comments on commit bc1596a

Please sign in to comment.