commit | e25524114ebae2d2864aae5f2403ac5dfd7343ec | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Wed Oct 16 17:40:07 2024 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Oct 17 16:39:51 2024 +0200 |
tree | c7ece39e91df83f8059441ae6310977a5a71b3fe | |
parent | 276f59b06ba50be82fe8a4d1c2e053603f76c87d [diff] [blame] |
Add a CLI tool for listing all "important" HW components Change-Id: If4807bbcb738d000c025e6297407eb74548c2d17
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea1d97a..2a7a4c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -569,3 +569,4 @@ add_custom_target(jq_utils SOURCES ${JQ_SRCS}) add_jq_utility(velia-list-alarms) +add_jq_utility(velia-list-hardware)