mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-26 08:09:14 +00:00
examples: sort file list alphabetical.
This commit is contained in:
parent
30dafb26e0
commit
9f9d4b62a0
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue