Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang committed Apr 13, 2023
1 parent 9e97810 commit b34b433
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cpp/src/cider-velox/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ set(VELOX_PLUGIN_SOURCES

add_library(velox_plugin ${VELOX_PLUGIN_SOURCES})

target_link_libraries(velox_plugin velox_substrait_convertor cider_static
velox_plan_transformer velox_exec ${GLOG})
target_link_libraries(
velox_plugin
velox_functions_spark
velox_substrait_convertor
cider_static
velox_plan_transformer
velox_exec
${GLOG})

# install headers
set(VELOX_PLUGIN_HEADERS CiderPlanNode.h CiderPlanNodeTranslator.h
Expand Down

0 comments on commit b34b433

Please sign in to comment.