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:
Christian Hergert
2023-05-30 21:29:24 -07:00
parent 52684c7a12
commit 03c6c57fab
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
liblinereader_deps = [
dependency('gio-2.0', version: glib_req_version),
]
liblinereader_static_dep = declare_dependency(
include_directories: include_directories('.'),
)