mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
21 lines
309 B
Makefile
21 lines
309 B
Makefile
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
)
|
|
|
|
SRCS(
|
|
DatabaseAtomic.cpp
|
|
DatabaseDictionary.cpp
|
|
DatabaseFactory.cpp
|
|
DatabaseLazy.cpp
|
|
DatabaseMemory.cpp
|
|
DatabaseMySQL.cpp
|
|
DatabaseOnDisk.cpp
|
|
DatabaseOrdinary.cpp
|
|
DatabasesCommon.cpp
|
|
DatabaseWithDictionaries.cpp
|
|
)
|
|
|
|
END()
|