mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
)
|
|
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F examples | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|