mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
47ad338cb2
* Get rid of lib_name.cmake * Refactor Boost and HyperScan libraries * Refactor lz4 * Fix build with xxHash
10 lines
178 B
CMake
10 lines
178 B
CMake
set (CLICKHOUSE_OBFUSCATOR_SOURCES Obfuscator.cpp)
|
|
|
|
set (CLICKHOUSE_OBFUSCATOR_LINK
|
|
PRIVATE
|
|
boost::program_options
|
|
dbms
|
|
)
|
|
|
|
clickhouse_program_add(obfuscator)
|