mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
25 lines
376 B
Plaintext
25 lines
376 B
Plaintext
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/poco/Data
|
|
contrib/libs/poco/MongoDB
|
|
contrib/libs/poco/Redis
|
|
contrib/libs/sparsehash
|
|
)
|
|
|
|
IF (USE_ODBC)
|
|
PEERDIR(contrib/libs/poco/Data/ODBC)
|
|
ENDIF ()
|
|
|
|
NO_COMPILER_WARNINGS()
|
|
|
|
|
|
SRCS(
|
|
<? find . -name '*.cpp' | grep -v -P 'tests|PostgreSQL' | sed 's/^\.\// /' | sort ?>
|
|
)
|
|
|
|
END()
|