util/smarthops: missing linker dependency

Change-Id: I3017a8824b3bd7ae9547b6c91db6847e5f5b8694
This commit is contained in:
Horst Schirmeier
2014-06-27 13:16:25 +02:00
parent ad0a15855d
commit 960f0881a2

View File

@ -6,5 +6,7 @@ set(SRCS
)
add_library(fail-smarthops ${SRCS})
# ToDo: Do we really need this dependency?
add_dependencies(fail-smarthops fail-comm)
# make sure comm/TracePlugin.pb.h has been generated
add_dependencies(fail-smarthops fail-comm)
# fail-util: ProtoIStream
target_link_libraries(fail-smarthops fail-comm fail-util)