Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-25 00:30:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-25 00:30:33 +0300
commit2218bf02dd4f4f83a5eabbc34103a1c301bcbe7b (patch)
tree80fb9700116add3762c810883fcb3cca72e349e4 /source/blender/modifiers
parente72fa714a800f851298dc29f736aa5231501dd0b (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index e914100249b..d4beb416ae9 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -96,8 +96,8 @@ set(SRC
intern/MOD_surfacedeform.c
intern/MOD_triangulate.c
intern/MOD_util.c
- intern/MOD_uvwarp.c
intern/MOD_uvproject.c
+ intern/MOD_uvwarp.c
intern/MOD_warp.c
intern/MOD_wave.c
intern/MOD_weighted_normal.c