examples: sort file list alphabetical.

This commit is contained in:
Hermet Park 2021-07-20 13:42:10 +09:00
parent 30dafb26e0
commit 9f9d4b62a0

View file

@ -1,17 +1,22 @@
examples_dep = dependency('elementary', required : true)
source_file = [
'AnimateMasking.cpp',
'Arc.cpp',
'Async.cpp',
'Blending.cpp',
'Boundary.cpp',
'ClipPath.cpp',
'CustomTransform.cpp',
'DirectUpdate.cpp',
'Duplicate.cpp',
'FillRule.cpp',
'GradientMasking.cpp',
'GradientStroke.cpp',
'GradientTransform.cpp',
'InvMasking.cpp',
'LinearGradient.cpp',
'Masking.cpp',
'MultiCanvas.cpp',
'MultiShapes.cpp',
'Opacity.cpp',
@ -33,11 +38,6 @@ source_file = [
'Transform.cpp',
'Tvg.cpp',
'Update.cpp',
'ClipPath.cpp',
'Masking.cpp',
'InvMasking.cpp',
'GradientMasking.cpp',
'AnimateMasking.cpp',
]
foreach current_file : source_file