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:
authorShaul Kedem <shaul_kedem@yahoo.com>2009-01-19 19:14:02 +0300
committerShaul Kedem <shaul_kedem@yahoo.com>2009-01-19 19:14:02 +0300
commit753029f3d19ba6226824de8f736be7206849073f (patch)
treea073233f28f2c1891d3a52c995b408508217fb44 /source/blender/makesrna
parent89b7dfb5fbe136b331d99f7649597886a895cfa9 (diff)
adding vpaint to Cmakelist
Diffstat (limited to 'source/blender/makesrna')
-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 3cc169e3457..d885d2a6241 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -68,6 +68,7 @@ SET(DEFSRC
rna_texture.c
rna_userdef.c
rna_vfont.c
+ rna_vpaint.c
rna_wm.c
rna_world.c)