Skip to content

Commit

Permalink
[cli] make meshdiag cli as a separate module (openthread#11105)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong-cnyn authored Jan 6, 2025
1 parent fdb8190 commit 54f6c27
Show file tree
Hide file tree
Showing 6 changed files with 667 additions and 464 deletions.
2 changes: 2 additions & 0 deletions src/cli/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ openthread_cli_sources = [
"cli_mac_filter.hpp",
"cli_mdns.cpp",
"cli_mdns.hpp",
"cli_mesh_diag.cpp",
"cli_mesh_diag.hpp",
"cli_network_data.cpp",
"cli_network_data.hpp",
"cli_ping.cpp",
Expand Down
1 change: 1 addition & 0 deletions src/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ set(COMMON_SOURCES
cli_link_metrics.cpp
cli_mac_filter.cpp
cli_mdns.cpp
cli_mesh_diag.cpp
cli_network_data.cpp
cli_ping.cpp
cli_srp_client.cpp
Expand Down
Loading

0 comments on commit 54f6c27

Please sign in to comment.