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