mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-21 15:32:49 +00:00

this capi is under the beta, we quickly provide this working prototype for collaboration. Change-Id: Ie246abc306feb9a1305d1b593c4f3ef7f40ab5a9
8 lines
157 B
Meson
8 lines
157 B
Meson
source_file = [
|
|
'tvgCapi.cpp',
|
|
]
|
|
|
|
subbinding_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|