added vcpkg.json manifest

This commit is contained in:
silverqx
2021-04-11 18:56:38 +02:00
parent 0792c78b19
commit 0d6b629846

11
vcpkg.json Normal file
View 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"
]
}