mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-27 00:26:51 +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)
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue