提交 30de31e3 编写于 作者: H Haojun Liao

fix(test): fix unit test link error.

上级 c3be7b14
...@@ -15,11 +15,11 @@ ADD_EXECUTABLE(streamUpdateTest "tstreamUpdateTest.cpp") ...@@ -15,11 +15,11 @@ ADD_EXECUTABLE(streamUpdateTest "tstreamUpdateTest.cpp")
IF (TD_GRANT) IF (TD_GRANT)
TARGET_LINK_LIBRARIES(streamUpdateTest TARGET_LINK_LIBRARIES(streamUpdateTest
PUBLIC os util common gtest gtest_main stream executor grant PUBLIC os util common gtest gtest_main stream executor index grant
) )
ELSE () ELSE ()
TARGET_LINK_LIBRARIES(streamUpdateTest TARGET_LINK_LIBRARIES(streamUpdateTest
PUBLIC os util common gtest gtest_main stream executor PUBLIC os util common gtest gtest_main stream executor index
) )
ENDIF() ENDIF()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册