Skip to content

Commit

Permalink
Update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Aug 17, 2024
1 parent 87c972b commit 66cda3f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cpp/src/arrow/compute/kernels/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,9 @@ add_arrow_compute_test(aggregate_test
# ----------------------------------------------------------------------
# Utilities

add_arrow_compute_test(kernel_utility_test SOURCES codegen_internal_test.cc
row_encoder_internal_test.cc)
add_arrow_compute_test(kernel_utility_test
SOURCES
codegen_internal_test.cc
row_encoder_internal_test.cc
EXTRA_LINK_LIBS
arrow_compute_kernels_testing)

0 comments on commit 66cda3f

Please sign in to comment.