diff options
author | Christian <c@ethdev.com> | 2014-10-06 23:13:52 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-08 17:11:50 +0800 |
commit | a1f32a0b26dd2fe1fa8f3a2e35bd981223181bf8 (patch) | |
tree | 7d6e0dd127bb3ebd1768ab3ce8e9357841b966ee /CMakeLists.txt | |
parent | f24a017a06be2eff2329ae62391c3c7c1ea6e324 (diff) | |
download | dexon-solidity-a1f32a0b26dd2fe1fa8f3a2e35bd981223181bf8.tar.gz dexon-solidity-a1f32a0b26dd2fe1fa8f3a2e35bd981223181bf8.tar.zst dexon-solidity-a1f32a0b26dd2fe1fa8f3a2e35bd981223181bf8.zip |
Solidity scanner and some unit tests.
The scanner is a modified version of the v8 javascript scanner.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6936addb..b4d0e46b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,7 @@ target_link_libraries(testeth ethereum) target_link_libraries(testeth ethcore) target_link_libraries(testeth secp256k1) target_link_libraries(testeth gmp) +target_link_libraries(testeth solidity) target_link_libraries(testeth ${CRYPTOPP_LS}) if ("${TARGET_PLATFORM}" STREQUAL "w64") |