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
Lint
Lint Not Applicable
Unit
Tests Not Applicable