libsysprof-profile: add SysprofSpawnable

This comes from libsysprof, but the goal here is to remove that library
after getting this one into shape. So C&P is fine for now.
This commit is contained in:
Christian Hergert
2023-05-26 15:37:02 -07:00
parent b4e6f7c915
commit 9494b403f4
4 changed files with 419 additions and 0 deletions

View File

@ -2,6 +2,7 @@ libsysprof_profile_public_sources = [
'sysprof-instrument.c',
'sysprof-profiler.c',
'sysprof-recording.c',
'sysprof-spawnable.c',
]
libsysprof_profile_private_sources = [
@ -15,6 +16,7 @@ libsysprof_profile_public_headers = [
'sysprof-instrument.h',
'sysprof-profiler.h',
'sysprof-recording.h',
'sysprof-spawnable.h',
]
libsysprof_profile_deps = [