2018-06-05 20:09:51 +00:00
|
|
|
add_library (clickhouse-benchmark-lib ${SPLIT_SHARED} Benchmark.cpp)
|
|
|
|
target_link_libraries (clickhouse-benchmark-lib clickhouse-client-lib clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
2018-06-06 20:21:58 +00:00
|
|
|
target_include_directories (clickhouse-benchmark-lib SYSTEM PRIVATE ${PCG_RANDOM_INCLUDE_DIR})
|
2018-06-05 20:09:51 +00:00
|
|
|
|
|
|
|
if (CLICKHOUSE_SPLIT_BINARY)
|
|
|
|
add_executable (clickhouse-benchmark clickhouse-benchmark.cpp)
|
|
|
|
target_link_libraries (clickhouse-benchmark clickhouse-benchmark-lib clickhouse_aggregate_functions)
|
|
|
|
endif ()
|