aboutsummaryrefslogtreecommitdiff
path: root/src/libcbor.pc.in
blob: f144bda33bc685ca123be4800d52e5e4885ab823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include

Name: @PROJECT_NAME@
Description: @PROJECT_NAME@ - CBOR protocol implementation
URL: https://github.com/PJK/libcbor
Version: @CBOR_VERSION@
Libs: -L${libdir} -lcbor
Cflags: -I${includedir}