mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
12 lines
191 B
Meson
12 lines
191 B
Meson
libsysprof_headers += files([
|
|
'sp-local-profiler.h',
|
|
'sp-profile.h',
|
|
'sp-profiler.h',
|
|
])
|
|
|
|
libsysprof_sources += files([
|
|
'sp-local-profiler.c',
|
|
'sp-profile.c',
|
|
'sp-profiler.c',
|
|
])
|