1
0
mirror of https://github.com/kvazar-network/kevacoin.git synced 2025-01-08 06:07:55 +00:00
kevacoin/libbitcoinconsensus.pc.in

12 lines
295 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@ consensus library
Description: Library for the Bitcoin consensus protocol.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lbitcoinconsensus
Cflags: -I${includedir}
Requires.private: libcrypto