mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
26 lines
500 B
Makefile
26 lines
500 B
Makefile
# This file is generated automatically, do not edit. See 'ya.make.in' and use 'utils/generate-ya-make' to regenerate it.
|
|
OWNER(g:clickhouse)
|
|
|
|
LIBRARY()
|
|
|
|
PEERDIR(
|
|
clickhouse/src/Common
|
|
contrib/libs/NuRaft
|
|
)
|
|
|
|
|
|
SRCS(
|
|
InMemoryLogStore.cpp
|
|
InMemoryStateManager.cpp
|
|
NuKeeperServer.cpp
|
|
NuKeeperStateMachine.cpp
|
|
SummingStateMachine.cpp
|
|
TestKeeperStorage.cpp
|
|
TestKeeperStorageDispatcher.cpp
|
|
TestKeeperStorageSerializer.cpp
|
|
WriteBufferFromNuraftBuffer.cpp
|
|
|
|
)
|
|
|
|
END()
|