diff --git a/cmake/AgentState.cmake b/cmake/AgentState.cmake index a4fa9a272e471..372be074f7c3a 100644 --- a/cmake/AgentState.cmake +++ b/cmake/AgentState.cmake @@ -17,6 +17,7 @@ add_library(nodebase ) target_link_libraries(nodebase + switch_config_cpp2 fboss_error fboss_types Folly::folly diff --git a/cmake/fsdb/FsdbIf.cmake b/cmake/fsdb/FsdbIf.cmake index 30eb7f5b0ad44..5e9b5aa7aa620 100644 --- a/cmake/fsdb/FsdbIf.cmake +++ b/cmake/fsdb/FsdbIf.cmake @@ -68,6 +68,7 @@ add_library(thriftpath_lib target_link_libraries(thriftpath_lib fsdb_oper_cpp2 + swtich_config_cpp2 FBThrift::thriftcpp2 Folly::folly ${RE2}