mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 20:14:37 +00:00
18 lines
388 B
Meson
18 lines
388 B
Meson
source_file = [
|
|
'tvgSvgLoader.h',
|
|
'tvgSvgLoaderCommon.h',
|
|
'tvgSvgPath.h',
|
|
'tvgSvgSceneBuilder.h',
|
|
'tvgSvgUtil.h',
|
|
'tvgXmlParser.h',
|
|
'tvgSvgLoader.cpp',
|
|
'tvgSvgPath.cpp',
|
|
'tvgSvgSceneBuilder.cpp',
|
|
'tvgSvgUtil.cpp',
|
|
'tvgXmlParser.cpp'
|
|
]
|
|
|
|
subloader_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|