mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-27 16:47:00 +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)
|