From e0f0e7c1ec9b59543190543bfac93a37a2d1094a Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Sat, 5 Sep 2020 11:16:00 +0800 Subject: [sqlite-orm] Add features and also fix usage (#13328) --- ports/sqlite-orm/CONTROL | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ports/sqlite-orm/CONTROL') 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 -- cgit v1.2.3