mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
b90152b6ec
- Add status log message - Add it to clickhouse-bundle in shared build - Move clickhouse-su.cpp into su.cpp, since executable does not have include directories of linked libraries (dbms here), only clickhouse-lib-su does, hence it cannot find includes CI: https://github.com/ClickHouse/ClickHouse/runs/7566319416?check_suite_focus=true Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
118 B
CMake
4 lines
118 B
CMake
set (CLICKHOUSE_SU_SOURCES clickhouse-su.cpp su.cpp)
|
|
set (CLICKHOUSE_SU_LINK PRIVATE dbms)
|
|
clickhouse_program_add(su)
|