ClickHouse/contrib/libzstd/CMakeLists.txt

13 lines
315 B
CMake
Raw Normal View History

2016-05-19 18:03:58 +00:00
add_library (zstd
include/zstd/entropy_common.c
include/zstd/fse_compress.c
include/zstd/fse_decompress.c
include/zstd/huf_compress.c
include/zstd/huf_decompress.c
include/zstd/zbuff_compress.c
include/zstd/zbuff_decompress.c
include/zstd/zstd_common.c
include/zstd/zstd_compress.c
include/zstd/zstd_decompress.c
)