diff --git a/beacon/CMakeLists.txt b/beacon/CMakeLists.txt index d749e80a..72d59804 100644 --- a/beacon/CMakeLists.txt +++ b/beacon/CMakeLists.txt @@ -44,6 +44,9 @@ target_link_libraries(beacon INTERFACE Boost::filesystem) # cryptopp target_link_libraries(beacon INTERFACE cryptopp::CryptoPP) +# secp256k1 +target_link_libraries(beacon INTERFACE secp256k1::secp256k1) + # rapidjson target_link_libraries(beacon INTERFACE rapidjson)