mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-analyze: add object to represent a mapped file
This commit is contained in:
@ -19,6 +19,10 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-symbolizer.c',
|
||||
]
|
||||
|
||||
libsysprof_analyze_private_sources = [
|
||||
'sysprof-mapped-file.c',
|
||||
]
|
||||
|
||||
libsysprof_analyze_public_headers = [
|
||||
'sysprof-analyze.h',
|
||||
'sysprof-bundled-symbolizer.h',
|
||||
@ -49,7 +53,8 @@ libsysprof_analyze_deps = [
|
||||
]
|
||||
|
||||
libsysprof_analyze = library('sysprof-analyze-@0@'.format(soname_major_version),
|
||||
libsysprof_analyze_public_sources,
|
||||
libsysprof_analyze_public_sources +
|
||||
libsysprof_analyze_private_sources,
|
||||
include_directories: [include_directories('.'),
|
||||
ipc_include_dirs,
|
||||
libsysprof_capture_include_dirs],
|
||||
|
||||
Reference in New Issue
Block a user