mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
boost library -> libraries
This commit is contained in:
parent
a576b38125
commit
8266da7f60
@ -12,7 +12,7 @@ file(GLOB HEADERS "*.h")
|
|||||||
add_executable(testeth ${SRC_LIST} ${HEADERS})
|
add_executable(testeth ${SRC_LIST} ${HEADERS})
|
||||||
add_executable(createRandomTest createRandomTest.cpp vm.cpp TestHelper.cpp)
|
add_executable(createRandomTest createRandomTest.cpp vm.cpp TestHelper.cpp)
|
||||||
|
|
||||||
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE})
|
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
|
||||||
target_link_libraries(testeth ${CURL_LIBRARIES})
|
target_link_libraries(testeth ${CURL_LIBRARIES})
|
||||||
target_link_libraries(testeth ethereum)
|
target_link_libraries(testeth ethereum)
|
||||||
target_link_libraries(testeth ethcore)
|
target_link_libraries(testeth ethcore)
|
||||||
@ -25,6 +25,6 @@ if (JSONRPC)
|
|||||||
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARIES})
|
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(createRandomTest ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE})
|
target_link_libraries(createRandomTest ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
|
||||||
target_link_libraries(createRandomTest ethereum)
|
target_link_libraries(createRandomTest ethereum)
|
||||||
target_link_libraries(createRandomTest ethcore)
|
target_link_libraries(createRandomTest ethcore)
|
||||||
|
Loading…
Reference in New Issue
Block a user