mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
14 lines
177 B
Plaintext
14 lines
177 B
Plaintext
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/poco/NetSSL_OpenSSL
|
|
)
|
|
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F tests | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|