aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-04-07 03:29:51 +0800
committerBob Summerwill <bob@summerwill.net>2016-04-07 03:29:51 +0800
commitaa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82 (patch)
tree40ad7d2e00f051368349bdfc017a0d4b455d8313 /test
parent193b1c940ce3e21d52e2cbdd253c1d7cb820fa06 (diff)
parentf227050c203fd0da70fcefbbecc922fd16045aa6 (diff)
downloaddexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.tar
dexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.tar.gz
dexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.tar.bz2
dexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.tar.lz
dexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.tar.xz
dexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.tar.zst
dexon-solidity-aa5ac41dff6aa60b1ff6e4911fa6e3613ec48b82.zip
Merge pull request #482 from chriseth/rmethcore
Make solidity independent from ethcore.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c72d31d3..28b9972e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -44,7 +44,7 @@ file(GLOB HEADERS "*.h")
set(EXECUTABLE soltest)
add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
-eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethereum)
+eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethereum Eth::ethcore)
include_directories(BEFORE ..)
target_link_libraries(${EXECUTABLE} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})