mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
6 lines
282 B
CMake
6 lines
282 B
CMake
set(CLICKHOUSE_COPIER_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/ClusterCopier.cpp)
|
|
set(CLICKHOUSE_COPIER_LINK PRIVATE clickhouse_functions clickhouse_table_functions clickhouse_aggregate_functions daemon)
|
|
#set(CLICKHOUSE_COPIER_INCLUDE SYSTEM PRIVATE ...)
|
|
|
|
clickhouse_program_add(copier)
|