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