Skip to content

Commit

Permalink
test/cmake: link C++ lib
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
sreimers committed Jan 27, 2025
1 parent 80b53da commit b5a9089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ set(LINKLIBS re ${OPENSSL_LIBRARIES})
if(WIN32)
list(APPEND LINKLIBS qwave iphlpapi wsock32 ws2_32 crypt32)
else()
list(APPEND LINKLIBS m ${RESOLV_LIBRARY})
list(APPEND LINKLIBS m ${RESOLV_LIBRARY} stdc++)
endif()

if(ZLIB_FOUND)
Expand Down

0 comments on commit b5a9089

Please sign in to comment.