HomePhabricator

Add the capability to build univalue using cmake/ninja

Description

Add the capability to build univalue using cmake/ninja

Summary: This is much better than autotool. Hopefully, over time, we'll be able to convert the rest of the build and use that.

Test Plan:

mkdir build
cd build
cmake -GNinja ..
ninja

And cross compil for windows:

mkdir buildwin32
cd buildwin32
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/plateforms/Win32.cmake
ninja

Repeat for win64, which should be obvious.

Reviewers: schancel, #bitcoin_abc, jasonbcox

Reviewed By: schancel, #bitcoin_abc, jasonbcox

Subscribers: jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D773

Details

Provenance
deadalnixAuthored on Dec 9 2017, 15:30
deadalnixPushed on Dec 12 2017, 03:19
Reviewer
Restricted Project
Differential Revision
D773: Add the capability to build univalue using cmake/ninja
Parents
rABC314e925e2fbf: Remove redundant conditional expression
Branches
Unknown
Tags
Unknown