Page MenuHomePhabricator

Add cmake/ninja build for the bitcoin-tx utility
ClosedPublic

Authored by deadalnix on Dec 16 2017, 00:40.

Details

Summary

As per title.

I had to move some pieces around compared to the original design, but not a big deal because it wasn't making any sense anyway. It only works on the previous build system because of redundant linking.

Test Plan
ninja

Make sure the bitcoin-tx utility is built without errors.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel added inline comments.
src/CMakeLists.txt
94 ↗(On Diff #2151)

Are you intending to move these from consensus to common. The previous list of sources was different for these libraries.

This revision is now accepted and ready to land.Dec 16 2017, 03:22
This revision was automatically updated to reflect the committed changes.