diff options
Diffstat (limited to 'vcpkg/ports/sqlite-orm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sqlite-orm/vcpkg.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/sqlite-orm/vcpkg.json b/vcpkg/ports/sqlite-orm/vcpkg.json new file mode 100644 index 0000000..386dad6 --- /dev/null +++ b/vcpkg/ports/sqlite-orm/vcpkg.json @@ -0,0 +1,29 @@ +{ + "name": "sqlite-orm", + "version": "1.9.1", + "description": "SQLite ORM light header only library for modern C++", + "homepage": "https://github.com/fnc12/sqlite_orm", + "license": "AGPL-3.0-or-later OR MIT", + "dependencies": [ + "sqlite3", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "example": { + "description": "Build examples" + }, + "test": { + "description": "Build sqlite_orm unit tests", + "dependencies": [ + "catch2" + ] + } + } +} |