Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
Signed-off-by: vegetableysm <[email protected]>
  • Loading branch information
vegetableysm committed Aug 26, 2024
1 parent 0fa949b commit fb91945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ file(GLOB_RECURSE BASIC_SRC_FILES "${CMAKE_CURRENT_SOURCE_DIR}" "*.cc")

add_library(vineyard_basic ${BASIC_SRC_FILES})
target_add_debuginfo(vineyard_basic)
find_package(MPI REQUIRED)
target_link_libraries(vineyard_basic PUBLIC vineyard_client
${ARROW_SHARED_LIB}
${GLOG_LIBRARIES}
Expand Down

0 comments on commit fb91945

Please sign in to comment.