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>2021-01-04 05:16:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-04 09:38:11 +0300
commit9ff4012711f55f7f24fa9d344c17a326ebc24673 (patch)
treea0dffe1ed5231b8ab2ca80b5ed8a7fac17ee36f7 /source/blender/makesrna/intern/CMakeLists.txt
parentfea1026bb8e2b5bfdf247491658c384805b51813 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 3db8909c8a7..72cdaecb2c3 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -30,8 +30,8 @@ set(DEFSRC
rna_animation.c
rna_animviz.c
rna_armature.c
- rna_attribute.c
rna_asset.c
+ rna_attribute.c
rna_boid.c
rna_brush.c
rna_cachefile.c