mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
d752d5d62d
* WIp * fix * fix * test * fix poco netssl find * clean * fixes * wip * wip * new poco * fixes * Fixes * wip * clean * clean * clean * clean * Update HTTPHandlerFactory.h
8 lines
355 B
CMake
8 lines
355 B
CMake
add_library (clickhouse-copier-lib ${LINK_MODE} ClusterCopier.cpp)
|
|
target_link_libraries (clickhouse-copier-lib clickhouse-server-lib clickhouse_functions clickhouse_aggregate_functions)
|
|
|
|
if (CLICKHOUSE_SPLIT_BINARY)
|
|
add_executable (clickhouse-copier clickhouse-copier.cpp)
|
|
target_link_libraries (clickhouse-copier clickhouse-copier-lib)
|
|
endif ()
|