Files
sysprof/lib/callgraph/meson.build
Christian Hergert 190faa818d build: use subdir meson.build files
This keeps the build file closer to the sources it effects.
2017-09-28 16:57:00 -07:00

18 lines
288 B
Meson

libsysprof_headers += files([
'sp-callgraph-profile.h',
])
libsysprof_sources += files([
'sp-callgraph-profile-private.h',
'sp-callgraph-profile.c',
])
libsysprof_ui_headers += files([
'sp-callgraph-view.h',
])
libsysprof_ui_sources += files([
'sp-callgraph-view.c',
])