ClickHouse/src/Core/ya.make

27 lines
459 B
Plaintext
Raw Normal View History

LIBRARY()
PEERDIR(
clickhouse/src/Common
contrib/libs/sparsehash
contrib/restricted/boost/libs
)
SRCS(
BackgroundSchedulePool.cpp
Block.cpp
BlockInfo.cpp
ColumnWithTypeAndName.cpp
ExternalResultDescription.cpp
ExternalTable.cpp
Field.cpp
iostream_debug_helpers.cpp
MySQLProtocol.cpp
2020-05-30 17:04:02 +00:00
PostgreSQLProtocol.cpp
NamesAndTypes.cpp
Settings.cpp
SettingsCollection.cpp
2020-06-24 12:09:01 +00:00
SortDescription.cpp
)
END()