ClickHouse/programs/keeper-client/CMakeLists.txt
2023-03-31 12:41:22 +00:00

10 lines
181 B
CMake

set (CLICKHOUSE_KEEPER_CLIENT_SOURCES KeeperClient.cpp)
set (CLICKHOUSE_KEEPER_CLIENT_LINK
PRIVATE
boost::program_options
dbms
)
clickhouse_program_add(keeper-client)