mirror of
https://github.com/getml/sqlgen.git
synced 2026-02-12 19:58:33 -06:00
Added vcpkg
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -30,3 +30,5 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
vcpkg_installed/
|
||||
|
||||
1
vcpkg
Submodule
1
vcpkg
Submodule
Submodule vcpkg added at 043abf2fa4
14
vcpkg-configuration.json
Normal file
14
vcpkg-configuration.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"default-registry": {
|
||||
"kind": "git",
|
||||
"baseline": "043abf2fa419c288d594a6b96b98a811457bd9b5",
|
||||
"repository": "https://github.com/microsoft/vcpkg"
|
||||
},
|
||||
"registries": [
|
||||
{
|
||||
"kind": "artifact",
|
||||
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
||||
"name": "microsoft"
|
||||
}
|
||||
]
|
||||
}
|
||||
12
vcpkg.json
Normal file
12
vcpkg.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "reflectcpp",
|
||||
"version>=": "0.18.0"
|
||||
},
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version>=": "3.49.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user