compute-hops: detail fixes and optional procps dep

Cleanups, warning fix, optional procps dep, --help correction.

Change-Id: Iba719493e4a8ec37acb7336a39172b3cdefbdc99
This commit is contained in:
Horst Schirmeier
2016-04-01 09:14:42 +02:00
parent b5aaddcb8f
commit 6509d50ec1
3 changed files with 18 additions and 6 deletions

View File

@ -9,5 +9,6 @@ if(NOT CONFIG_INJECTIONPOINT_HOPS)
endif()
add_executable(compute-hops main.cc ${SRCS})
target_link_libraries(compute-hops ${PROTOBUF_LIBRARY} fail-util fail-comm procps)
# add procps for built-in memory-usage measurements:
target_link_libraries(compute-hops ${PROTOBUF_LIBRARY} fail-util fail-comm)
install(TARGETS compute-hops RUNTIME DESTINATION bin)