mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-21 15:32:49 +00:00
16 lines
361 B
Meson
16 lines
361 B
Meson
source_file = [
|
|
'tvgSimpleXmlParser.h',
|
|
'tvgSvgLoader.h',
|
|
'tvgSvgLoaderCommon.h',
|
|
'tvgSvgPath.h',
|
|
'tvgSvgSceneBuilder.h',
|
|
'tvgSimpleXmlParser.cpp',
|
|
'tvgSvgLoader.cpp',
|
|
'tvgSvgPath.cpp',
|
|
'tvgSvgSceneBuilder.cpp',
|
|
]
|
|
|
|
subloader_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|