From a1f32a0b26dd2fe1fa8f3a2e35bd981223181bf8 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 6 Oct 2014 17:13:52 +0200 Subject: Solidity scanner and some unit tests. The scanner is a modified version of the v8 javascript scanner. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3