mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
16 lines
188 B
Makefile
16 lines
188 B
Makefile
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
)
|
|
|
|
SRCS(
|
|
ExtendedLogChannel.cpp
|
|
Loggers.cpp
|
|
OwnFormattingChannel.cpp
|
|
OwnPatternFormatter.cpp
|
|
OwnSplitChannel.cpp
|
|
)
|
|
|
|
END()
|