thorvg/inc/meson.build
Elliott Sales de Andrade eb462c6e32 build: Override dependency for use as subproject
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.
2024-08-23 10:35:35 +09:00

5 lines
98 B
Meson

header_files = ['thorvg.h']
thorvg_inc = include_directories('.')
install_headers(header_files)