mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
18 lines
329 B
Meson
18 lines
329 B
Meson
libsysprof_headers += files([
|
|
'sp-gjs-source.h',
|
|
'sp-hostinfo-source.h',
|
|
'sp-perf-source.h',
|
|
'sp-proc-source.h',
|
|
'sp-source.h',
|
|
])
|
|
|
|
libsysprof_sources += files([
|
|
'sp-gjs-source.c',
|
|
'sp-hostinfo-source.c',
|
|
'sp-perf-counter.c',
|
|
'sp-perf-counter.h',
|
|
'sp-perf-source.c',
|
|
'sp-proc-source.c',
|
|
'sp-source.c',
|
|
])
|