mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-19 22:41:52 +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
|