]> Git Repo - VerusCoin.git/blame - src/Makefile.zcash.include
test
[VerusCoin.git] / src / Makefile.zcash.include
CommitLineData
6e96cf08 1bin_PROGRAMS += \
2668a1bc 2 zcash/GenerateParams
6e96cf08
SB
3
4# tool for generating our public parameters
5975bf1c
SB
5zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
6zcash_GenerateParams_LDADD = \
6e96cf08 7 $(BOOST_LIBS) \
1785bdb9 8 $(LIBZCASH) \
5975bf1c 9 $(LIBBITCOIN_UTIL) \
d3612b1c 10 $(LIBBITCOIN_CRYPTO) \
1785bdb9 11 $(LIBZCASH_LIBS)
This page took 0.039351 seconds and 4 git commands to generate.