mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This came from Builder, and it's nice to be able to use it statically from multiple libsysprof libraries.
8 lines
176 B
Meson
8 lines
176 B
Meson
liblinereader_deps = [
|
|
dependency('gio-2.0', version: glib_req_version),
|
|
]
|
|
|
|
liblinereader_static_dep = declare_dependency(
|
|
include_directories: include_directories('.'),
|
|
)
|