From bc8c8ffcc5102ba848a444cc583cc143654098cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Fri, 16 Dec 2022 22:54:29 -0600 Subject: [PATCH] add example wrap this wrap file is only for demonstrations purposes once there is a proper wrap in wrapdb this should be deleted if want to use bleeding edge or tag check the meson wrap manual --- subprojects/sqlitecpp.wrap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 subprojects/sqlitecpp.wrap diff --git a/subprojects/sqlitecpp.wrap b/subprojects/sqlitecpp.wrap new file mode 100644 index 0000000..a7fed59 --- /dev/null +++ b/subprojects/sqlitecpp.wrap @@ -0,0 +1,8 @@ +[wrap-file] +directory = SQLiteCpp-3.2.1 +source_url = https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.2.1.zip +source_filename = sqlitecpp-3.2.1.zip +source_hash = 584f7c36b6b169c10c890240ea5fb36318d0ea5713c908f08201a95a93642d21 + +[provide] +sqlitecpp = sqlitecpp_dep