Skip to content

Commit

Permalink
[~] fix unit link err
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Oct 25, 2024
1 parent 131ab46 commit ef80a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ else()
${LIBEVENT_LIBRARY}
m
dl
stdc++
pthread
CACHE STRING "xquic app depend libs")
endif()
Expand Down Expand Up @@ -145,6 +146,7 @@ if(HAVE_CUNIT)
${CUNIT_LIBRARIES}
${SSL_LIB_PATH}
m
stdc++
dl
pthread
CACHE STRING "xquic unit test depend libs")
Expand Down

0 comments on commit ef80a6a

Please sign in to comment.