mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
25 lines
446 B
Makefile
25 lines
446 B
Makefile
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/poco/Util
|
|
)
|
|
|
|
SRCS(
|
|
HTTPHandler.cpp
|
|
HTTPHandlerFactory.cpp
|
|
InterserverIOHTTPHandler.cpp
|
|
MySQLHandler.cpp
|
|
MySQLHandlerFactory.cpp
|
|
PostgreSQLHandler.cpp
|
|
PostgreSQLHandlerFactory.cpp
|
|
NotFoundHandler.cpp
|
|
PrometheusMetricsWriter.cpp
|
|
PrometheusRequestHandler.cpp
|
|
ReplicasStatusHandler.cpp
|
|
StaticRequestHandler.cpp
|
|
TCPHandler.cpp
|
|
)
|
|
|
|
END()
|