diff options
author | lotrf3 <allan.c.rempel@gmail.com> | 2015-05-26 15:18:19 +0800 |
---|---|---|
committer | lotrf3 <allan.c.rempel@gmail.com> | 2015-05-26 15:18:19 +0800 |
commit | c9640e58ce6af1930cadfa67725b64b035acf1fe (patch) | |
tree | e2c37ad0973410fcef87260c5ee37e20b0c1e2f8 | |
parent | ba2b77bb9a1bf6ec869adb14a7adbaa5117f1c36 (diff) | |
download | dexon-solidity-c9640e58ce6af1930cadfa67725b64b035acf1fe.tar.gz dexon-solidity-c9640e58ce6af1930cadfa67725b64b035acf1fe.tar.zst dexon-solidity-c9640e58ce6af1930cadfa67725b64b035acf1fe.zip |
Added upnp support to Windows
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a235c5..be24ea11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |