Files
fail/tools/dump-trace/CMakeLists.txt
Richard Hellwig 92e7be0d22 dump-trace: C++ implementation
About 50 times faster than the Python version.  Extended trace
functionality still untested.

Change-Id: I9e41b0283b7d3274c5ea9eba2164f78c04c1ad42
2013-04-06 18:59:12 +02:00

8 lines
188 B
CMake

set(SRCS
DumpTrace.cc
)
add_executable(dump-trace ${SRCS})
target_link_libraries(dump-trace ${PROTOBUF_LIBRARY} fail-util fail-comm)
install(TARGETS dump-trace RUNTIME DESTINATION bin)