build: add dependency library z
This commit is contained in:
parent
0d630ecdf9
commit
ecff431318
|
@ -363,3 +363,5 @@ ELSE ()
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(taosBenchmark taos msvcregex pthread toolscJson ${WEBSOCKET_LINK_FLAGS})
|
TARGET_LINK_LIBRARIES(taosBenchmark taos msvcregex pthread toolscJson ${WEBSOCKET_LINK_FLAGS})
|
||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
|
target_link_libraries(taosBenchmark PRIVATE z)
|
||||||
|
|
Loading…
Reference in New Issue