thorvg/src/wasm/meson.build
Shinwoo Kim 0c68c45ef7 thorvg viewer: introduce thorvg viewer
Support Emscripten wasm build for thorvg viewer
2020-10-13 19:04:46 +09:00

5 lines
233 B
Meson

source_file = files('thorvgwasm.cpp')
thorvg_wasm_dep = declare_dependency(include_directories
: include_directories('.'), sources
: source_file)