Page MenuHomePhabricator

[cmake] Add an option to build the secp256k1 library as shared
ClosedPublic

Authored by Fabien on Sep 2 2024, 08:35.

Details

Summary

This does not affect the other libraries and make it easier to build the shared libsecp256k1 from the monorepo.

Test Plan
cmake -GNinja .. -DSECP256K1_BUILD_SHARED=ON
ninja secp256k1

Check the shared lib is produced.

Diff Detail

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