diff options
author | subtly <subtly@users.noreply.github.com> | 2015-07-03 18:16:47 +0800 |
---|---|---|
committer | subtly <subtly@users.noreply.github.com> | 2015-07-03 18:16:47 +0800 |
commit | 12422f0251d890b469bd9b727cbb079747ce9845 (patch) | |
tree | 782603fb674fa532cf90e865ae5fcff1f03647e8 | |
parent | 5b43ff6295814b99976caca7f5b001f5cd515a62 (diff) | |
download | dexon-solidity-12422f0251d890b469bd9b727cbb079747ce9845.tar.gz dexon-solidity-12422f0251d890b469bd9b727cbb079747ce9845.tar.zst dexon-solidity-12422f0251d890b469bd9b727cbb079747ce9845.zip |
Sign, recovery, and verify.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 952b1674..cbf18480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ add_executable(testeth ${SRC_LIST} ${HEADERS}) target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES}) target_link_libraries(testeth ${CURL_LIBRARIES}) +target_link_libraries(testeth ${CRYPTOPP_LIBRARIES}) target_link_libraries(testeth ethereum) target_link_libraries(testeth ethcore) if (NOT WIN32) |