mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
14 lines
326 B
CMake
14 lines
326 B
CMake
set (CLICKHOUSE_BENCHMARK_SOURCES Benchmark.cpp)
|
|
|
|
set (CLICKHOUSE_BENCHMARK_LINK
|
|
PRIVATE
|
|
boost::program_options
|
|
clickhouse_aggregate_functions
|
|
clickhouse_common_config
|
|
dbms
|
|
)
|
|
|
|
clickhouse_program_add(benchmark)
|
|
|
|
target_link_libraries (clickhouse-benchmark-lib PRIVATE clickhouse-client-lib)
|