mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
12 lines
226 B
CMake
12 lines
226 B
CMake
set (CLICKHOUSE_INSTALL_SOURCES Install.cpp)
|
|
|
|
set (CLICKHOUSE_INSTALL_LINK
|
|
PRIVATE
|
|
boost::program_options
|
|
clickhouse_common_io
|
|
dbms
|
|
readpassphrase
|
|
)
|
|
|
|
clickhouse_program_add_library(install)
|