mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not link to libethereum for tests.
This commit is contained in:
parent
9216a4d991
commit
a15b533323
@ -26,7 +26,7 @@ file(GLOB HEADERS "*.h" "*/*.h")
|
|||||||
set(EXECUTABLE soltest)
|
set(EXECUTABLE soltest)
|
||||||
eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||||
|
|
||||||
eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethereum Eth::ethcore)
|
eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethcore)
|
||||||
|
|
||||||
include_directories(BEFORE ..)
|
include_directories(BEFORE ..)
|
||||||
target_link_libraries(${EXECUTABLE} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
|
target_link_libraries(${EXECUTABLE} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
|
||||||
|
Loading…
Reference in New Issue
Block a user