From 95e2745a15e96bdcd9bffaf12a7724772e87cee8 Mon Sep 17 00:00:00 2001 From: SikkieNL Date: Sat, 14 Sep 2024 22:55:26 +0200 Subject: [PATCH] Create libneobytesconsensus.pc.in --- libneobytesconsensus.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libneobytesconsensus.pc.in diff --git a/libneobytesconsensus.pc.in b/libneobytesconsensus.pc.in new file mode 100644 index 000000000..0de9a2208 --- /dev/null +++ b/libneobytesconsensus.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: NeoBytes Core consensus library +Description: Library for the NeoBytes consensus protocol. +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lneobytesconsensus +Cflags: -I${includedir} +Requires.private: libcrypto