mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove Lizard framing format because we do not need it
This commit is contained in:
parent
4cfabd2675
commit
1431679f51
@ -4,14 +4,11 @@ SET (LIBRARY_DIR "${ClickHouse_SOURCE_DIR}/contrib/lizard")
|
||||
SET (Sources
|
||||
"${LIBRARY_DIR}/lib/lizard_decompress.c"
|
||||
"${LIBRARY_DIR}/lib/lizard_compress.c"
|
||||
"${LIBRARY_DIR}/lib/lizard_frame.c"
|
||||
"${LIBRARY_DIR}/lib/xxhash/xxhash.c"
|
||||
)
|
||||
|
||||
SET (Headers
|
||||
"${LIBRARY_DIR}/lib/lizard_compress.h"
|
||||
"${LIBRARY_DIR}/lib/lizard_common.h"
|
||||
"${LIBRARY_DIR}/lib/lizard_frame.h"
|
||||
)
|
||||
|
||||
ADD_LIBRARY(lizard ${Sources} ${Headers})
|
||||
|
Loading…
Reference in New Issue
Block a user