mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +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
428 B
CMake
8 lines
428 B
CMake
add_library (clickhouse-local-lib ${LINK_MODE} LocalServer.cpp)
|
|
target_link_libraries (clickhouse-local-lib clickhouse_common_io clickhouse-server-lib clickhouse_functions clickhouse_aggregate_functions clickhouse_table_functions ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
|
|
|
if (CLICKHOUSE_SPLIT_BINARY)
|
|
add_executable (clickhouse-local clickhouse-local.cpp)
|
|
target_link_libraries (clickhouse-local clickhouse-local-lib)
|
|
endif ()
|