thorvg/src/lib/sw_engine/meson.build
Hermet Park 3ab1194773 common sw_engine: code refactoring
replaced names and fixed out of coding convention.
2020-11-04 19:18:59 +09:00

17 lines
348 B
Meson

source_file = [
'tvgSwCommon.h',
'tvgSwFill.cpp',
'tvgSwMath.cpp',
'tvgSwRenderer.h',
'tvgSwRaster.cpp',
'tvgSwRenderer.cpp',
'tvgSwMemPool.cpp',
'tvgSwRle.cpp',
'tvgSwShape.cpp',
'tvgSwStroke.cpp',
]
engine_dep += [declare_dependency(
include_directories : include_directories('.'),
sources : source_file
)]