changes required to make miniupnp working on windows

This commit is contained in:
ethdev zug 2015-05-27 00:46:45 +01:00
parent 8586aae5e6
commit ad91bcec93

View File

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