This repository has been archived on 2026-09-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
golem-v2-tinycbor/tinycbor.pc.in
T
Thiago Macieira 12b8960dde Add a buildsystem to tinycbor
The top-level Makefile will build the library, the cbordump tool and possibly
install them. Along with the buildsystem, tinycbor also gets a pkgconfig file
and a version number.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2015-09-16 12:11:19 -07:00

11 lines
232 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
Cflags: -I${includedir}/tinycbor