mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 03:54:25 +00:00
19 lines
464 B
Meson
19 lines
464 B
Meson
source_file = [
|
|
'tvgLottieBuilder.h',
|
|
'tvgLottieInterpolator.h',
|
|
'tvgLottieLoader.h',
|
|
'tvgLottieModel.h',
|
|
'tvgLottieParser.h',
|
|
'tvgLottieParserHandler.h',
|
|
'tvgLottieProperty.h',
|
|
'tvgLottieBuilder.cpp',
|
|
'tvgLottieInterpolator.cpp',
|
|
'tvgLottieLoader.cpp',
|
|
'tvgLottieParserHandler.cpp',
|
|
'tvgLottieParser.cpp'
|
|
]
|
|
|
|
subloader_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|