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>2020-08-17 05:40:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 05:40:03 +0300
commit0b4a365183c3d740356f8f5f6a9b3ce542480bb2 (patch)
tree6e91f8386de0ecd9815596464e1c094397f87fc2 /source/blender/bmesh/CMakeLists.txt
parent9a4c019255b1711edd65640f4f33f21df97c2636 (diff)
Cleanup: sort CMake path lists
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index 0eeb0d21b5b..7368e3d044d 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -154,10 +154,10 @@ set(SRC
tools/bmesh_path.h
tools/bmesh_path_region.c
tools/bmesh_path_region.h
- tools/bmesh_path_uv.c
- tools/bmesh_path_uv.h
tools/bmesh_path_region_uv.c
tools/bmesh_path_region_uv.h
+ tools/bmesh_path_uv.c
+ tools/bmesh_path_uv.h
tools/bmesh_region_match.c
tools/bmesh_region_match.h
tools/bmesh_separate.c