mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
29 lines
557 B
Plaintext
29 lines
557 B
Plaintext
LIBRARY()
|
|
|
|
ADDINCL (
|
|
GLOBAL clickhouse/src
|
|
contrib/libs/libcpuid
|
|
contrib/libs/libunwind/include
|
|
GLOBAL contrib/restricted/ryu
|
|
)
|
|
|
|
PEERDIR(
|
|
clickhouse/base/common
|
|
clickhouse/base/pcg-random
|
|
clickhouse/base/widechar_width
|
|
contrib/libs/libcpuid/libcpuid
|
|
contrib/libs/openssl
|
|
contrib/libs/poco/NetSSL_OpenSSL
|
|
contrib/libs/re2
|
|
contrib/restricted/ryu
|
|
)
|
|
|
|
INCLUDE(${ARCADIA_ROOT}/clickhouse/cmake/yandex/ya.make.versions.inc)
|
|
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -F tests | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|