mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
16 lines
191 B
Plaintext
16 lines
191 B
Plaintext
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/poco/Util
|
|
)
|
|
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F examples | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|