mirror of https://github.com/ByConity/ByConity
Fix contrib/zstd build
This commit is contained in:
parent
12c518c6fa
commit
67b406dfb9
|
@ -61,6 +61,7 @@ SET(Sources
|
||||||
${LIBRARY_DIR}/compress/huf_compress.c
|
${LIBRARY_DIR}/compress/huf_compress.c
|
||||||
${LIBRARY_DIR}/compress/zstd_compress.c
|
${LIBRARY_DIR}/compress/zstd_compress.c
|
||||||
${LIBRARY_DIR}/compress/zstdmt_compress.c
|
${LIBRARY_DIR}/compress/zstdmt_compress.c
|
||||||
|
${LIBRARY_DIR}/compress/zstd_ldm.c
|
||||||
${LIBRARY_DIR}/decompress/huf_decompress.c
|
${LIBRARY_DIR}/decompress/huf_decompress.c
|
||||||
${LIBRARY_DIR}/decompress/zstd_decompress.c
|
${LIBRARY_DIR}/decompress/zstd_decompress.c
|
||||||
${LIBRARY_DIR}/deprecated/zbuff_common.c
|
${LIBRARY_DIR}/deprecated/zbuff_common.c
|
||||||
|
@ -83,6 +84,7 @@ SET(Headers
|
||||||
${LIBRARY_DIR}/common/zstd_internal.h
|
${LIBRARY_DIR}/common/zstd_internal.h
|
||||||
${LIBRARY_DIR}/compress/zstdmt_compress.h
|
${LIBRARY_DIR}/compress/zstdmt_compress.h
|
||||||
${LIBRARY_DIR}/compress/zstd_opt.h
|
${LIBRARY_DIR}/compress/zstd_opt.h
|
||||||
|
${LIBRARY_DIR}/compress/zstd_ldm.h
|
||||||
${LIBRARY_DIR}/deprecated/zbuff.h
|
${LIBRARY_DIR}/deprecated/zbuff.h
|
||||||
${LIBRARY_DIR}/dictBuilder/divsufsort.h
|
${LIBRARY_DIR}/dictBuilder/divsufsort.h
|
||||||
${LIBRARY_DIR}/dictBuilder/zdict.h
|
${LIBRARY_DIR}/dictBuilder/zdict.h
|
||||||
|
|
Loading…
Reference in New Issue