mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
added vcpkg.json manifest
This commit is contained in:
11
vcpkg.json
Normal file
11
vcpkg.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
||||
"name": "tinyorm",
|
||||
"version": "0.1.0",
|
||||
"description": "c++ orm library for the Qt framwork",
|
||||
"dependencies": [
|
||||
"libmysql",
|
||||
"range-v3"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user