mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 18:55:38 +00:00
Add files via upload
This commit is contained in:
12
src/libfido2.pc.in
Normal file
12
src/libfido2.pc.in
Normal file
@@ -0,0 +1,12 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: @PROJECT_NAME@
|
||||
Description: A FIDO2 library
|
||||
URL: https://github.com/yubico/libfido2
|
||||
Version: @FIDO_VERSION@
|
||||
Requires: libcrypto
|
||||
Libs: -L${libdir} -lfido2
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user