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 <campbell@blender.org>2022-01-24 13:23:30 +0300
committerCampbell Barton <campbell@blender.org>2022-01-24 13:23:30 +0300
commit7708a848c96915425b37db937478b4ecd227fc0d (patch)
tree946b26899632d7cc2240b0a955e8e1544df1fdb8 /source/blender/blenlib/CMakeLists.txt
parent4b1f243e4d76dc9b3e92a8c2bf43414bcda4b2c3 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 90c6760019a..e9446f36c83 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -252,9 +252,9 @@ set(SRC
BLI_math_solvers.h
BLI_math_statistics.h
BLI_math_time.h
- BLI_math_vector.h
- BLI_math_vec_types.hh
BLI_math_vec_mpq_types.hh
+ BLI_math_vec_types.hh
+ BLI_math_vector.h
BLI_memarena.h
BLI_memblock.h
BLI_memiter.h