mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: move tree.h to contrib/
Soon src/sysprof will use it as well.
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
subdir('eggbitset')
|
subdir('eggbitset')
|
||||||
subdir('elfparser')
|
subdir('elfparser')
|
||||||
subdir('linereader')
|
subdir('linereader')
|
||||||
|
subdir('tree')
|
||||||
|
|||||||
7
contrib/tree/meson.build
Normal file
7
contrib/tree/meson.build
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
libtree_deps = [
|
||||||
|
gio_dep,
|
||||||
|
]
|
||||||
|
|
||||||
|
libtree_static_dep = declare_dependency(
|
||||||
|
include_directories: include_directories('.'),
|
||||||
|
)
|
||||||
@ -214,6 +214,7 @@ libsysprof_deps = [
|
|||||||
libeggbitset_static_dep,
|
libeggbitset_static_dep,
|
||||||
libelfparser_static_dep,
|
libelfparser_static_dep,
|
||||||
liblinereader_static_dep,
|
liblinereader_static_dep,
|
||||||
|
libtree_static_dep,
|
||||||
libsysprof_capture_dep,
|
libsysprof_capture_dep,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user