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:
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('.'),
|
||||
)
|
||||
Reference in New Issue
Block a user