diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f340cbd1..bcd2b0e2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -65,6 +65,7 @@ else() ${LIBEVENT_LIBRARY} m dl + stdc++ pthread CACHE STRING "xquic app depend libs") endif() @@ -145,6 +146,7 @@ if(HAVE_CUNIT) ${CUNIT_LIBRARIES} ${SSL_LIB_PATH} m + stdc++ dl pthread CACHE STRING "xquic unit test depend libs")