tools: added compute-hops and dump-hops tools
As these tools work closely together with fail components, its easiest, to build them in this context. As these tools don't really matter for fail use, they might never be pushed to the master branch. Change-Id: I8c8bd80376d0475f08a531a995d829e85032371b
This commit is contained in:
7
tools/dump-hops/CMakeLists.txt
Normal file
7
tools/dump-hops/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
set(SRCS
|
||||
DumpHops.cc
|
||||
)
|
||||
|
||||
add_executable(dump-hops ${SRCS})
|
||||
target_link_libraries(dump-hops ${PROTOBUF_LIBRARY} fail-util fail-comm)
|
||||
install(TARGETS dump-hops RUNTIME DESTINATION bin)
|
||||
Reference in New Issue
Block a user