examples: add example app for marks

This commit is contained in:
Christian Hergert
2019-06-03 11:39:56 -07:00
parent 3a98938aa4
commit dbb6b9143f
4 changed files with 88 additions and 2 deletions

3
examples/meson.build Normal file
View File

@ -0,0 +1,3 @@
app = executable('example-app', 'app.c',
dependencies: [libsysprof_capture_dep],
)