Added upnp support to Windows

This commit is contained in:
lotrf3 2015-05-26 02:18:19 -05:00
parent ba2b77bb9a
commit c9640e58ce

View File

@ -69,6 +69,7 @@ endforeach(file)
file(GLOB HEADERS "*.h")
add_executable(testeth ${SRC_LIST} ${HEADERS})
target_link_libraries(testeth Iphlpapi)
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
target_link_libraries(testeth ${CURL_LIBRARIES})
target_link_libraries(testeth ethereum)