]> Git Repo - VerusCoin.git/blob - libzcashconsensus.pc.in
Auto merge of #2618 - str4d:2596-user-guide-t9n, r=str4d
[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.021146 seconds and 4 git commands to generate.