mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
25 lines
423 B
Plaintext
25 lines
423 B
Plaintext
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
ADDINCL(
|
|
contrib/libs/zstd
|
|
contrib/restricted/fast_float
|
|
)
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/brotli/dec
|
|
contrib/libs/brotli/enc
|
|
contrib/libs/poco/NetSSL_OpenSSL
|
|
contrib/libs/zstd
|
|
contrib/restricted/fast_float
|
|
)
|
|
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F tests | grep -v -F examples | grep -v -P 'S3|HDFS' | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|