From 393b268e159a40b23bc63464f4d04d5be09e070f Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sat, 21 Jan 2023 14:04:56 +1100 Subject: Vendor tinycbor, since v5 no longer includes it --- lib/cbor/tinycbor/tinycbor.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/cbor/tinycbor/tinycbor.pc.in (limited to 'lib/cbor/tinycbor/tinycbor.pc.in') diff --git a/lib/cbor/tinycbor/tinycbor.pc.in b/lib/cbor/tinycbor/tinycbor.pc.in new file mode 100644 index 00000000..382779ab --- /dev/null +++ b/lib/cbor/tinycbor/tinycbor.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: TinyCBOR +Description: A tiny CBOR encoder and decoder library +Version: @version@ +Libs: -L${libdir} -ltinycbor +Libs.private: -lm +Cflags: -I${includedir}/tinycbor -- cgit v1.2.3