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:49:51 +0300
commit4b8b7c821d46528abd7bf809b1cbc5c44a44796c (patch)
treed61a81c7c686b79512ed8f43552f0d177b3a9ce9 /source/blender/makesrna
parent6260b3c15e5afd0a38c97a16d47665833f69a79f (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 5e7438ce4ee..352e2ce937c 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -112,7 +112,6 @@ set(APISRC
rna_material_api.c
rna_mesh_api.c
rna_meta_api.c
- rna_texture_api.c
rna_object_api.c
rna_pose_api.c
rna_scene_api.c
@@ -121,6 +120,7 @@ set(APISRC
rna_sound_api.c
rna_space_api.c
rna_text_api.c
+ rna_texture_api.c
rna_ui_api.c
rna_vfont_api.c
rna_wm_api.c