Page MenuHomePhabricator

[CMAKE] Make secp256k1 build standalone
ClosedPublic

Authored by Fabien on Aug 8 2019, 14:46.

Details

Summary

The current cmake build doesn't allow for building secp256k1 standalone.
This diff fixes this.

Test Plan
cd src/secp256k1
mkdir buildcmake && cd buildcmake
cmake -GNinja ..
ninja check-secp256k1

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_secp256k1_standalone
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7082
Build 12210: Bitcoin ABC Buildbot (legacy)
Build 12209: arc lint + arc unit