2020-11-16 18:24:58 +00:00
|
|
|
OWNER(g:clickhouse)
|
|
|
|
|
2020-05-07 20:40:18 +00:00
|
|
|
LIBRARY()
|
|
|
|
|
|
|
|
PEERDIR(
|
|
|
|
clickhouse/src/Common
|
|
|
|
contrib/libs/poco/Data
|
|
|
|
contrib/libs/poco/MongoDB
|
|
|
|
contrib/libs/poco/Redis
|
|
|
|
contrib/libs/sparsehash
|
2021-03-05 22:06:59 +00:00
|
|
|
contrib/restricted/abseil-cpp
|
2020-05-07 20:40:18 +00:00
|
|
|
)
|
|
|
|
|
2021-01-29 11:54:54 +00:00
|
|
|
IF (USE_ODBC)
|
|
|
|
PEERDIR(contrib/libs/poco/Data/ODBC)
|
|
|
|
ENDIF ()
|
|
|
|
|
2020-05-07 20:40:18 +00:00
|
|
|
NO_COMPILER_WARNINGS()
|
|
|
|
|
2020-09-07 22:14:13 +00:00
|
|
|
|
2020-05-07 20:40:18 +00:00
|
|
|
SRCS(
|
2021-04-30 08:25:52 +00:00
|
|
|
<? find . -name '*.cpp' | grep -v -P 'tests|PostgreSQL' | grep -v -F examples | sed 's/^\.\// /' | sort ?>
|
2020-05-07 20:40:18 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
END()
|