]> Git Repo - VerusCoin.git/blob - libzcashconsensus.pc.in
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev
[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.02198 seconds and 4 git commands to generate.