build: add dependency library z

This commit is contained in:
Yaming Pei 2025-03-04 16:10:49 +08:00
parent 0d630ecdf9
commit ecff431318
1 changed files with 2 additions and 0 deletions

View File

@ -363,3 +363,5 @@ ELSE ()
TARGET_LINK_LIBRARIES(taosBenchmark taos msvcregex pthread toolscJson ${WEBSOCKET_LINK_FLAGS})
ENDIF ()
target_link_libraries(taosBenchmark PRIVATE z)