Skip to content

Commit

Permalink
secp256k1 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanr95 committed Jan 2, 2021
1 parent bb8fd7f commit f1e1722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions beacon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f1e1722

Please sign in to comment.