提交 f203c780 编写于 作者: H Haojun Liao

fix(tools): fix build failure on enterprise edition.

上级 b2ce45b0
......@@ -7,9 +7,15 @@ target_include_directories(
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
)
target_link_libraries(qworker
PRIVATE os util transport nodes planner qcom executor
)
IF (TD_GRANT)
TARGET_LINK_LIBRARIES(qworker
PRIVATE os util transport nodes planner qcom executor grant
)
ELSE ()
TARGET_LINK_LIBRARIES(qworker
PRIVATE os util transport nodes planner qcom executor
)
ENDIF()
if(${BUILD_TEST})
ADD_SUBDIRECTORY(test)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册