diff --git a/programs/zookeeper-dump-tree/CMakeLists.txt b/programs/zookeeper-dump-tree/CMakeLists.txt index b29094da2b5..aec8c8dd26c 100644 --- a/programs/zookeeper-dump-tree/CMakeLists.txt +++ b/programs/zookeeper-dump-tree/CMakeLists.txt @@ -2,6 +2,7 @@ set (CLICKHOUSE_ZOOKEEPER_DUMP_TREE_SOURCES ZooKeeperDumpTree.cpp) set (CLICKHOUSE_ZOOKEEPER_DUMP_TREE_LINK PRIVATE + clickhouse_common_zookeeper_base clickhouse_common_zookeeper_no_log clickhouse_common_io dbms diff --git a/programs/zookeeper-remove-by-list/CMakeLists.txt b/programs/zookeeper-remove-by-list/CMakeLists.txt index 50cdb24a0cc..a0463e43893 100644 --- a/programs/zookeeper-remove-by-list/CMakeLists.txt +++ b/programs/zookeeper-remove-by-list/CMakeLists.txt @@ -2,6 +2,7 @@ set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_SOURCES ZooKeeperRemoveByList.cpp) set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_LINK PRIVATE + clickhouse_common_zookeeper_base clickhouse_common_zookeeper_no_log clickhouse_common_io dbms