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