mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
13 lines
306 B
PkgConfig
13 lines
306 B
PkgConfig
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}
|