z3 conditions

This commit is contained in:
chriseth
2017-08-23 14:24:04 +02:00
parent 3b07c4d38e
commit 1ece7bf443
10 changed files with 649 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function(eth_apply TARGET REQUIRED SUBMODULE)
if (${SUBMODULE} STREQUAL "solidity" OR ${SUBMODULE} STREQUAL "")
eth_use(${TARGET} ${REQUIRED} Dev::soldevcore Solidity::solevmasm)
target_link_libraries(${TARGET} ${Solidity_SOLIDITY_LIBRARIES})
target_link_libraries(${TARGET} ${Solidity_SOLIDITY_LIBRARIES} z3)
endif()
target_compile_definitions(${TARGET} PUBLIC ETH_SOLIDITY)