examples: build LottieTweening only if enabled

This commit is contained in:
Hermet Park 2025-02-18 12:31:10 +09:00
parent 96be683460
commit 424953ad7b

View file

@ -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