mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-18 22:11:32 +00:00
5 lines
233 B
Meson
5 lines
233 B
Meson
source_file = files('thorvgwasm.cpp')
|
|
|
|
thorvg_wasm_dep = declare_dependency(include_directories
|
|
: include_directories('.'), sources
|
|
: source_file)
|