mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fledgling UPnP support.
This commit is contained in:
parent
ea6d5b82bb
commit
be5d5e4c35
@ -16,6 +16,7 @@ add_executable(testeth ${SRC_LIST})
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
target_link_libraries(testeth ethereum)
|
||||
target_link_libraries(testeth miniupnpc)
|
||||
target_link_libraries(testeth cryptopp)
|
||||
target_link_libraries(testeth secp256k1)
|
||||
target_link_libraries(testeth gmp)
|
||||
|
Loading…
Reference in New Issue
Block a user