libsysprof-capture: add cat helper

This commit is contained in:
Christian Hergert
2019-05-21 09:53:34 -07:00
parent 570df015fa
commit 97bae7d9e3
3 changed files with 417 additions and 0 deletions

View File

@ -18,6 +18,7 @@ libsysprof_capture_sources = files([
'sysprof-capture-reader.c',
'sysprof-capture-util.c',
'sysprof-capture-writer.c',
'sysprof-capture-writer-cat.c',
'sysprof-clock.c',
'sysprof-platform.c',
])