mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 03:54:25 +00:00
7 lines
158 B
Meson
7 lines
158 B
Meson
if get_option('bindings').contains('capi') == true
|
|
subdir('capi')
|
|
endif
|
|
|
|
if get_option('bindings').contains('wasm_beta') == true
|
|
subdir('wasm')
|
|
endif
|