Files
sysprof/examples/meson.build
Philip Withnall dbcf318096 examples: Add missing dependency on glib-2.0
It has previously been implicitly pulled in by libsysprof-capture, but
that will change in future.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
2020-07-02 21:07:11 +01:00

4 lines
109 B
Meson

app = executable('example-app', 'app.c',
dependencies: [dependency('glib-2.0'), libsysprof_capture_dep],
)