mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
examples: build LottieTweening only if enabled
This commit is contained in:
parent
96be683460
commit
424953ad7b
1 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ source_file = [
|
||||||
'InvMasking.cpp',
|
'InvMasking.cpp',
|
||||||
'LinearGradient.cpp',
|
'LinearGradient.cpp',
|
||||||
'Lottie.cpp',
|
'Lottie.cpp',
|
||||||
'LottieTweening.cpp',
|
|
||||||
'LumaMasking.cpp',
|
'LumaMasking.cpp',
|
||||||
'Masking.cpp',
|
'Masking.cpp',
|
||||||
'MaskingMethods.cpp',
|
'MaskingMethods.cpp',
|
||||||
|
@ -76,7 +75,7 @@ source_file = [
|
||||||
|
|
||||||
|
|
||||||
if lottie_loader
|
if lottie_loader
|
||||||
source_file += 'LottieExtension.cpp'
|
source_file += ['LottieExtension.cpp', 'LottieTweening.cpp']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if lottie_expressions
|
if lottie_expressions
|
||||||
|
|
Loading…
Add table
Reference in a new issue