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