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',
|
||||
'LinearGradient.cpp',
|
||||
'Lottie.cpp',
|
||||
'LottieTweening.cpp',
|
||||
'LumaMasking.cpp',
|
||||
'Masking.cpp',
|
||||
'MaskingMethods.cpp',
|
||||
|
@ -76,7 +75,7 @@ source_file = [
|
|||
|
||||
|
||||
if lottie_loader
|
||||
source_file += 'LottieExtension.cpp'
|
||||
source_file += ['LottieExtension.cpp', 'LottieTweening.cpp']
|
||||
endif
|
||||
|
||||
if lottie_expressions
|
||||
|
|
Loading…
Add table
Reference in a new issue