neobytes/libbitcoinconsensus.pc.in

12 lines
295 B
PkgConfig
Raw Normal View History

2024-09-14 22:55:26 +02:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
2024-12-16 19:40:22 +01:00
Name: Neobytes Core consensus library
Description: Library for the Neobytes consensus protocol.
2024-09-14 22:55:26 +02:00
Version: @PACKAGE_VERSION@
2024-12-16 19:40:22 +01:00
Libs: -L${libdir} -lbitcoinconsensus
2024-09-14 22:55:26 +02:00
Cflags: -I${includedir}
Requires.private: libcrypto