mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
20 lines
185 B
Makefile
20 lines
185 B
Makefile
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
NO_COMPILER_WARNINGS()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
)
|
|
|
|
CFLAGS(-g0)
|
|
|
|
SRCS(
|
|
BaseDaemon.cpp
|
|
GraphiteWriter.cpp
|
|
SentryWriter.cpp
|
|
)
|
|
|
|
END()
|