mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/sparsehash
|
|
contrib/libs/poco/MongoDB
|
|
)
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F tests | grep -v -P 'Kafka|RabbitMQ|S3|HDFS|Licenses|TimeZones' | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|