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>2015-03-18 06:03:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-18 07:57:53 +0300
commita975a3ca63d155e9ee1f0ba96fd451c330885aaa (patch)
treee050944df8ea598dacecd24e747d2b911677ad90 /source/blender/makesrna/intern/CMakeLists.txt
parentdb710e6c0d8c40a3df75cb14411f4ae51e62dfec (diff)
RNA: move palette into its own file
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index fa7fd6da8bb..69c5955c454 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -67,6 +67,7 @@ set(DEFSRC
rna_object.c
rna_object_force.c
rna_packedfile.c
+ rna_palette.c
rna_particle.c
rna_pose.c
rna_property.c