mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This is all aimed at making it so that sysprof can be built as a subproject within GLib, with only `libsysprof-capture-4.a` being produced as output. Signed-off-by: Philip Withnall <withnall@endlessm.com>
8 lines
150 B
Meson
8 lines
150 B
Meson
if get_option('enable_examples')
|
|
|
|
app = executable('example-app', 'app.c',
|
|
dependencies: [dependency('glib-2.0'), libsysprof_capture_dep],
|
|
)
|
|
|
|
endif
|