mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-22 07:51:28 +00:00

The frame count should have been multiplied with the timeStretch property. also newly implemented the TimeRemap(tm) property
20 lines
489 B
Meson
20 lines
489 B
Meson
source_file = [
|
|
'tvgLottieBuilder.h',
|
|
'tvgLottieInterpolator.h',
|
|
'tvgLottieLoader.h',
|
|
'tvgLottieModel.h',
|
|
'tvgLottieParser.h',
|
|
'tvgLottieParserHandler.h',
|
|
'tvgLottieProperty.h',
|
|
'tvgLottieBuilder.cpp',
|
|
'tvgLottieInterpolator.cpp',
|
|
'tvgLottieLoader.cpp',
|
|
'tvgLottieModel.cpp',
|
|
'tvgLottieParserHandler.cpp',
|
|
'tvgLottieParser.cpp'
|
|
]
|
|
|
|
subloader_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|