diff options
author | Gav Wood <g@ethdev.com> | 2014-10-23 22:05:42 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2014-10-23 22:05:42 +0800 |
commit | 076f58fe243c682f9d00707c82837d9e3ceea74d (patch) | |
tree | c5e067b1436394ff67f4afc552bc2d607ec9ec8b /CMakeLists.txt | |
parent | c7a101dec321d5bd6fb0c0875b772527cd69a8b4 (diff) | |
parent | c24fa78b21080c254719904c4eaccea24e79a446 (diff) | |
download | dexon-solidity-076f58fe243c682f9d00707c82837d9e3ceea74d.tar.gz dexon-solidity-076f58fe243c682f9d00707c82837d9e3ceea74d.tar.zst dexon-solidity-076f58fe243c682f9d00707c82837d9e3ceea74d.zip |
Merge pull request #381 from chriseth/solidity
Solidity parser - not polished yet, but usable
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 a764d8b6..6aa99b61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,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}) target_link_libraries(createRandomTest ethereum) |