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-02-07 14:31:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-07 14:35:32 +0300
commite7c7f574818cbe7e6a940ad303019e07b1a8fdde (patch)
tree5460d65a98609c7fa5258e62584b5c9c7ecd0f46 /source/blender/makesrna/intern/CMakeLists.txt
parent5ebae1c0c07f8c625ac9892c99f1b464c2c79fb3 (diff)
RNA: packing functions for vfont & sound
D389 by @kevindietrich
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 0778b14ed25..6df9e3c4e15 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -117,9 +117,11 @@ set(APISRC
rna_scene_api.c
rna_sensor_api.c
rna_sequencer_api.c
+ rna_sound_api.c
rna_space_api.c
rna_text_api.c
rna_ui_api.c
+ rna_vfont_api.c
rna_wm_api.c
)