Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Nov 21, 2024
1 parent b873dd3 commit 91389e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion velox/common/base/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ add_executable(velox_common_stringsearch_benchmarks StringSearchBenchmark.cpp)

target_link_libraries(
velox_common_stringsearch_benchmarks
PUBLIC Folly::follybenchmark
PUBLIC Folly::follybenchmark
PRIVATE velox_common_base Folly::folly)
11 changes: 4 additions & 7 deletions velox/experimental/wave/dwio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@

add_subdirectory(decode)

add_library(
velox_wave_dwio
ColumnReader.cpp
FormatData.cpp
ReadStream.cpp
StructColumnReader.cpp)
add_library(velox_wave_dwio ColumnReader.cpp FormatData.cpp ReadStream.cpp
StructColumnReader.cpp)

target_link_libraries(velox_wave_dwio Folly::folly fmt::fmt xsimd)
target_link_libraries(
velox_wave_dwio Folly::folly fmt::fmt xsimd)
3 changes: 2 additions & 1 deletion velox/experimental/wave/dwio/decode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ add_subdirectory(tests)

add_library(velox_wave_decode GpuDecoder.cu)

target_link_libraries(velox_wave_decode velox_wave_common CUDA::cudart)
target_link_libraries(
velox_wave_decode velox_wave_common CUDA::cudart)
3 changes: 2 additions & 1 deletion velox/experimental/wave/vector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
# limitations under the License.

add_library(velox_wave_vector WaveVector.cpp)
target_link_libraries(velox_wave_vector velox_vector velox_common_base)
target_link_libraries(
velox_wave_vector velox_vector velox_common_base)

0 comments on commit 91389e3

Please sign in to comment.