src: add helpers for common clinet/service side utils

This commit is contained in:
Christian Hergert
2019-05-09 12:28:45 -07:00
parent 4a6f7324c1
commit 427a4ca79d
4 changed files with 327 additions and 0 deletions

View File

@ -7,6 +7,10 @@ sysprof_version_conf.set('MINOR_VERSION', sysprof_version[1])
sysprof_version_conf.set('MICRO_VERSION', sysprof_version[2])
sysprof_version_conf.set('VERSION', meson.project_version())
helpers_sources = files([
'helpers.c',
])
subdir('libsysprof-capture')
subdir('sysprofd')
subdir('libsysprof')