mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
18 lines
288 B
Meson
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',
|
|
])
|