Archived
The CBOR spec has support for them, but we didn't take them into account in the CBOR and JSON dumpers nor the JSON parser. See: https://en.wikipedia.org/wiki/Half-precision_floating-point_format Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
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
|