Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Nov 12, 2024
1 parent 4c40f93 commit acb6290
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions velox/common/compression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ if(${VELOX_BUILD_TESTING})
endif()

velox_add_library(
velox_common_compression Compression.cpp LzoDecompressor.cpp
Lz4Compression.cpp HadoopCompressionFormat.cpp)
velox_common_compression
Compression.cpp
LzoDecompressor.cpp
Lz4Compression.cpp
HadoopCompressionFormat.cpp)
velox_link_libraries(
velox_common_compression
PUBLIC velox_status Folly::folly lz4::lz4
Expand Down

0 comments on commit acb6290

Please sign in to comment.