mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00

A pkgconfig file is already provided, which enables using `thorvg` once it is installed. However, this file is not, and cannot be, available at setup time if using `thorvg` as a subproject. In such cases, Meson provides the `override_dependency` mechanism for a subproject to tell its parent how to use it.
5 lines
98 B
Meson
5 lines
98 B
Meson
header_files = ['thorvg.h']
|
|
|
|
thorvg_inc = include_directories('.')
|
|
|
|
install_headers(header_files)
|