diff --git a/irohad/maintenance/CMakeLists.txt b/irohad/maintenance/CMakeLists.txt index fc275878397..b8b860ed8fb 100644 --- a/irohad/maintenance/CMakeLists.txt +++ b/irohad/maintenance/CMakeLists.txt @@ -6,4 +6,5 @@ add_library(maintenance metrics.cpp) target_link_libraries(maintenance prometheus-cpp::core prometheus-cpp::pull + async_subscription ) diff --git a/test/module/irohad/ametsuchi/CMakeLists.txt b/test/module/irohad/ametsuchi/CMakeLists.txt index bb71a1e3a72..b1b4ee6c291 100644 --- a/test/module/irohad/ametsuchi/CMakeLists.txt +++ b/test/module/irohad/ametsuchi/CMakeLists.txt @@ -115,6 +115,7 @@ target_link_libraries(rocksdb_executor_test commands_mocks_factory test_logger common_test_constants + sync_subscription ) addtest(postgres_query_executor_test postgres_query_executor_test.cpp)