mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add chc/chl/ch into clickhouse-bundle target
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
11fddc8d63
commit
13e3877254
@ -188,6 +188,7 @@ macro(clickhouse_program_install name lib_name)
|
||||
message(STATUS "Adding alias ${alias} for ${name}")
|
||||
add_custom_target (${alias} ALL COMMAND ${CMAKE_COMMAND} -E create_symlink clickhouse ${alias} DEPENDS clickhouse)
|
||||
install (FILES "${CMAKE_CURRENT_BINARY_DIR}/${alias}" DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse)
|
||||
list(APPEND CLICKHOUSE_BUNDLE ${alias})
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user