Auto merge of #2543 - nathan-at-least:2499-specify-ci-worker-criteria, r=daira
[VerusCoin.git] / libzcashconsensus.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Zcash consensus library
7 Description: Library for the Zcash consensus protocol.
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lzcashconsensus
10 Cflags: -I${includedir}
11 Requires.private: libcrypto
This page took 0.023819 seconds and 4 git commands to generate.