diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..31595150f --- /dev/null +++ b/vcpkg.json @@ -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" + ] +} +