mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: use subdir meson.build files
This keeps the build file closer to the sources it effects.
This commit is contained in:
17
lib/callgraph/meson.build
Normal file
17
lib/callgraph/meson.build
Normal file
@ -0,0 +1,17 @@
|
||||
libsysprof_headers += files([
|
||||
'sp-callgraph-profile.h',
|
||||
])
|
||||
|
||||
libsysprof_sources += files([
|
||||
'sp-callgraph-profile-private.h',
|
||||
'sp-callgraph-profile.c',
|
||||
])
|
||||
|
||||
|
||||
libsysprof_ui_headers += files([
|
||||
'sp-callgraph-view.h',
|
||||
])
|
||||
|
||||
libsysprof_ui_sources += files([
|
||||
'sp-callgraph-view.c',
|
||||
])
|
||||
Reference in New Issue
Block a user