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:
11
lib/profiler/meson.build
Normal file
11
lib/profiler/meson.build
Normal file
@ -0,0 +1,11 @@
|
||||
libsysprof_headers += files([
|
||||
'sp-local-profiler.h',
|
||||
'sp-profile.h',
|
||||
'sp-profiler.h',
|
||||
])
|
||||
|
||||
libsysprof_sources += files([
|
||||
'sp-local-profiler.c',
|
||||
'sp-profile.c',
|
||||
'sp-profiler.c',
|
||||
])
|
||||
Reference in New Issue
Block a user