xref: /freebsd/contrib/libcbor/src/libcbor.pc.in (revision 1323ec57)
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4includedir=${prefix}/include
5
6Name: @PROJECT_NAME@
7Description: @PROJECT_NAME@ - CBOR protocol implementation
8URL: https://github.com/PJK/libcbor
9Version: @CBOR_VERSION@
10Libs: -L${libdir} -lcbor
11Cflags: -I${includedir}
12