mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
|
LIBRARY()
|
||
|
|
||
|
PEERDIR(
|
||
|
clickhouse/src/Common
|
||
|
)
|
||
|
|
||
|
SRCS(
|
||
|
<? find . -name '*.cpp' | grep -v -F tests | grep -v -F S3 | sed 's/^\.\// /' | sort ?>
|
||
|
)
|
||
|
|
||
|
END()
|