Skip to content

Commit

Permalink
test/cmake: link C++ lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 22, 2025
1 parent e127acc commit edb89f4
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 @@ -168,7 +168,7 @@ list(APPEND SRCS cplusplus.cpp)
# Main target object
#

set(LINKLIBS re ${OPENSSL_LIBRARIES})
set(LINKLIBS re ${OPENSSL_LIBRARIES} stdc++)
if(WIN32)
list(APPEND LINKLIBS qwave iphlpapi wsock32 ws2_32 crypt32)
else()
Expand Down

0 comments on commit edb89f4

Please sign in to comment.