mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
28 lines
556 B
Plaintext
28 lines
556 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()
|