File: meson.build

package info (click to toggle)
sysprof 50~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,320 kB
  • sloc: ansic: 75,152; xml: 173; cpp: 49; sh: 32; makefile: 31; javascript: 6
file content (3 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
app = executable('example-app', 'app.c',
  dependencies: [dependency('glib-2.0'), libsysprof_capture_dep],
)