fix: compile errors

This commit is contained in:
Shengliang Guan 2024-11-22 19:30:23 +08:00
parent f733583117
commit 6a2ab2fa83
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ TARGET_LINK_LIBRARIES(
ADD_EXECUTABLE(userOperTest ../../../tests/script/api/passwdTest.c)
TARGET_LINK_LIBRARIES(
userOperTest
PUBLIC ${TAOS_LIB_LINK}
PUBLIC os util common transport parser catalog scheduler function gtest ${TAOS_LIB_LINK} qcom geometry
)
TARGET_INCLUDE_DIRECTORIES(