Skip to content

Commit

Permalink
add missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 23, 2024
1 parent 546a16f commit ea63ded
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 38 deletions.
2 changes: 2 additions & 0 deletions velox/experimental/wave/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ velox_link_libraries(
velox_exception
velox_common_base
velox_type
CUDA::cuda_driver
CUDA::cudart
CUDA::nvrtc)

if(${VELOX_BUILD_TESTING})
Expand Down
8 changes: 1 addition & 7 deletions velox/experimental/wave/common/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ add_test(velox_wave_common_test velox_wave_common_test)
target_link_libraries(
velox_wave_common_test
velox_wave_common
velox_memory
velox_time
velox_exception
GTest::gtest
GTest::gtest_main
gflags::gflags
glog::glog
Folly::folly
CUDA::nvrtc)
CUDA::cudart)
6 changes: 1 addition & 5 deletions velox/experimental/wave/dwio/decode/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ target_link_libraries(
velox_wave_decode
velox_wave_common
velox_memory
velox_time
velox_exception
GTest::gtest
GTest::gtest_main
gflags::gflags
glog::glog
Folly::folly
CUDA::nvrtc)
fmt::fmt)
34 changes: 8 additions & 26 deletions velox/experimental/wave/exec/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,14 @@ target_link_libraries(
velox_type
velox_vector
velox_vector_fuzzer
Boost::atomic
Boost::context
Boost::date_time
Boost::filesystem
Boost::program_options
Boost::regex
Boost::thread
Boost::system
gtest
gtest_main
gmock
GTest::gtest
GTest::gtest_main
GTest::gmock
Folly::folly
gflags::gflags
glog::glog
fmt::fmt
${FILESYSTEM}
CUDA::nvrtc)
CUDA::cudart)

add_test(velox_wave_exec_test velox_wave_exec_test)

Expand Down Expand Up @@ -87,22 +78,13 @@ if(${VELOX_ENABLE_BENCHMARKS})
velox_type
velox_vector
velox_vector_fuzzer
Boost::atomic
Boost::context
Boost::date_time
Boost::filesystem
Boost::program_options
Boost::regex
Boost::thread
Boost::system
gtest
gtest_main
gmock
GTest::gtest
GTest::gtest_main
GTest::gmock
${FOLLY_BENCHMARK}
Folly::folly
gflags::gflags
glog::glog
fmt::fmt
${FILESYSTEM}
CUDA::nvrtc)
CUDA::cudart)
endif()

0 comments on commit ea63ded

Please sign in to comment.