mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
4 lines
85 B
Meson
4 lines
85 B
Meson
app = executable('example-app', 'app.c',
|
|
dependencies: [libsysprof_capture_dep],
|
|
)
|