xref: /freebsd/contrib/libfido2/src/libfido2.pc.in (revision 0afa8e06)
1*0afa8e06SEd Masteprefix=@CMAKE_INSTALL_PREFIX@
2*0afa8e06SEd Masteexec_prefix=${prefix}
3*0afa8e06SEd Mastelibdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4*0afa8e06SEd Masteincludedir=${prefix}/include
5*0afa8e06SEd Maste
6*0afa8e06SEd MasteName: @PROJECT_NAME@
7*0afa8e06SEd MasteDescription: A FIDO2 library
8*0afa8e06SEd MasteURL: https://github.com/yubico/libfido2
9*0afa8e06SEd MasteVersion: @FIDO_VERSION@
10*0afa8e06SEd MasteRequires: libcrypto
11*0afa8e06SEd MasteLibs: -L${libdir} -lfido2
12*0afa8e06SEd MasteCflags: -I${includedir}
13