mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
contrib: move line reader to contrib
This came from Builder, and it's nice to be able to use it statically from multiple libsysprof libraries.
This commit is contained in:
7
contrib/linereader/meson.build
Normal file
7
contrib/linereader/meson.build
Normal file
@ -0,0 +1,7 @@
|
||||
liblinereader_deps = [
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
]
|
||||
|
||||
liblinereader_static_dep = declare_dependency(
|
||||
include_directories: include_directories('.'),
|
||||
)
|
||||
Reference in New Issue
Block a user