mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
added pthread to cmake
This commit is contained in:
parent
3dbed499c3
commit
b405d62b36
@ -13,6 +13,9 @@ link_directories(../libethereum)
|
||||
|
||||
add_executable(testeth ${SRC_LIST})
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(testeth ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
target_link_libraries(testeth ethereum)
|
||||
target_link_libraries(testeth cryptopp)
|
||||
target_link_libraries(testeth secp256k1)
|
||||
|
Loading…
Reference in New Issue
Block a user