]> Git Repo - VerusCoin.git/blob - src/Makefile.zcash.include
Auto merge of #1051 - ThisIsNotOfficialCodeItsJustForks:t863-mock-coverage-of-checktr...
[VerusCoin.git] / src / Makefile.zcash.include
1 bin_PROGRAMS += \
2   zcash/GenerateParams 
3
4 # tool for generating our public parameters
5 zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
6 zcash_GenerateParams_LDADD = \
7   $(BOOST_LIBS) \
8   $(LIBZCASH) \
9   $(LIBBITCOIN_UTIL) \
10   $(LIBBITCOIN_CRYPTO) \
11   $(LIBZCASH_LIBS)
This page took 0.022845 seconds and 4 git commands to generate.