thorvg/src/bindings/capi/meson.build
Hermet Park 3fe6c7126a infra build: revise the binding builds.
The thorvg lib should not have a dependency on the bindings.
In fact, it's inverted.
2023-08-03 10:52:40 +09:00

11 lines
227 B
Meson

source_file = [
'tvgCapi.cpp',
]
thorvg_lib_dep += [declare_dependency(
include_directories : include_directories('.'),
sources : source_file
)]
install_headers('thorvg_capi.h')
headers += include_directories('.')