diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-09-05 11:16:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 20:16:00 -0700 |
| commit | e0f0e7c1ec9b59543190543bfac93a37a2d1094a (patch) | |
| tree | 630d8b24a82a1f9fd5b19d692e6689d013ec8562 /ports/sqlite-orm/CONTROL | |
| parent | 2e110d26c621ba2536de7f47708bf1bf16f5159d (diff) | |
| download | vcpkg-e0f0e7c1ec9b59543190543bfac93a37a2d1094a.tar.gz vcpkg-e0f0e7c1ec9b59543190543bfac93a37a2d1094a.zip | |
[sqlite-orm] Add features and also fix usage (#13328)
Diffstat (limited to 'ports/sqlite-orm/CONTROL')
| -rw-r--r-- | ports/sqlite-orm/CONTROL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ports/sqlite-orm/CONTROL b/ports/sqlite-orm/CONTROL index b0735d1de..e5f4bccb0 100644 --- a/ports/sqlite-orm/CONTROL +++ b/ports/sqlite-orm/CONTROL @@ -1,6 +1,13 @@ Source: sqlite-orm Version: 1.5 -Port-Version: 1 +Port-Version: 2 Homepage: https://github.com/fnc12/sqlite_orm Build-Depends: sqlite3 Description: SQLite ORM light header only library for modern C++ + +Feature: test +Description: Build sqlite_orm unit tests +Build-Depends: catch2 + +Feature: example +Description: Build examples |
