thorvg/inc/meson.build
Hermet Park 9876d685cf capi: support c interfaces
this capi is under the beta,
we quickly provide this working prototype for collaboration.

Change-Id: Ie246abc306feb9a1305d1b593c4f3ef7f40ab5a9
2020-07-15 16:00:09 +09:00

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)