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-09-30 04:51:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-30 04:51:42 +0300
commit714f5078da63e1d32658723eb677a712e19731d6 (patch)
tree8375e5319901cb7f6108e30a26a01f7e867be269 /source/blender/makesrna
parent38a66903e5d59cfb75515adf3951a4fffcbdf0bb (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/makesrna')
-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 386777db739..a3916d280a6 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -101,9 +101,9 @@ if(WITH_EXPERIMENTAL_FEATURES)
add_definitions(-DWITH_PARTICLE_NODES)
add_definitions(-DWITH_HAIR_NODES)
list(APPEND DEFSRC
+ rna_hair.c
rna_pointcloud.c
rna_simulation.c
- rna_hair.c
)
endif()