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

this capi is under the beta, we quickly provide this working prototype for collaboration. Change-Id: Ie246abc306feb9a1305d1b593c4f3ef7f40ab5a9
7 lines
155 B
Meson
7 lines
155 B
Meson
header_files = ['thorvg.h']
|
|
|
|
if get_option('bindings').contains('capi') == true
|
|
header_files += ['thorvg_capi.h']
|
|
endif
|
|
|
|
install_headers(header_files)
|