mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/msgpack
|
|
contrib/libs/protobuf
|
|
)
|
|
|
|
CFLAGS(-g0)
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F tests | grep -v -P 'Arrow|Avro|ORC|Parquet|CapnProto' | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|