mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
47ad338cb2
* Get rid of lib_name.cmake * Refactor Boost and HyperScan libraries * Refactor lz4 * Fix build with xxHash
12 lines
218 B
CMake
12 lines
218 B
CMake
set (CLICKHOUSE_FORMAT_SOURCES Format.cpp)
|
|
|
|
set (CLICKHOUSE_FORMAT_LINK
|
|
PRIVATE
|
|
boost::program_options
|
|
clickhouse_common_io
|
|
clickhouse_parsers
|
|
dbms
|
|
)
|
|
|
|
clickhouse_program_add(format)
|