|
|
@ -36,7 +36,20 @@ endif () |
|
|
|
|
|
|
|
target_link_libraries(${EXECUTEABLE} Qt5::Core) |
|
|
|
target_link_libraries(${EXECUTEABLE} Qt5::Gui) |
|
|
|
target_link_libraries(${EXECUTEABLE} webthree qethereum ethereum evm ethcore devcrypto secp256k1 serpent lll solidity evmcore devcore web3jsonrpc jsqrc) |
|
|
|
target_link_libraries(${EXECUTEABLE} webthree) |
|
|
|
target_link_libraries(${EXECUTEABLE} qethereum) |
|
|
|
target_link_libraries(${EXECUTEABLE} ethereum) |
|
|
|
target_link_libraries(${EXECUTEABLE} evm) |
|
|
|
target_link_libraries(${EXECUTEABLE} ethcore) |
|
|
|
target_link_libraries(${EXECUTEABLE} devcrypto) |
|
|
|
target_link_libraries(${EXECUTEABLE} secp256k1) |
|
|
|
target_link_libraries(${EXECUTEABLE} serpent) |
|
|
|
target_link_libraries(${EXECUTEABLE} lll) |
|
|
|
target_link_libraries(${EXECUTEABLE} solidity) |
|
|
|
target_link_libraries(${EXECUTEABLE} evmcore) |
|
|
|
target_link_libraries(${EXECUTEABLE} devcore) |
|
|
|
target_link_libraries(${EXECUTEABLE} web3jsonrpc) |
|
|
|
target_link_libraries(${EXECUTEABLE} jsqrc) |
|
|
|
|
|
|
|
if (APPLE) |
|
|
|
# First have qt5 install plugins and frameworks |
|
|
|