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:
14
lib/capture/meson.build
Normal file
14
lib/capture/meson.build
Normal file
@ -0,0 +1,14 @@
|
||||
libsysprof_headers += files([
|
||||
'sp-capture-condition.h',
|
||||
'sp-capture-cursor.h',
|
||||
'sp-capture-reader.h',
|
||||
'sp-capture-types.h',
|
||||
'sp-capture-writer.h',
|
||||
])
|
||||
|
||||
libsysprof_sources += files([
|
||||
'sp-capture-condition.c',
|
||||
'sp-capture-cursor.c',
|
||||
'sp-capture-reader.c',
|
||||
'sp-capture-writer.c',
|
||||
])
|
||||
Reference in New Issue
Block a user