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>2014-01-29 00:30:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-29 00:31:54 +0400
commitae46e8a6982c5c5a9b79dcd1d4f57b84c40e2d91 (patch)
treeba1dfedf70273d12b624b799f7afc1102ae9f02c /source/blender/makesrna/intern/CMakeLists.txt
parent5643c29fbeacf699b47e84b4d2abc9f20b23cb7c (diff)
RNA: add rna_space_api.c for space functions
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 240927efb73..6a0208a49e9 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -117,6 +117,7 @@ set(APISRC
rna_scene_api.c
rna_sensor_api.c
rna_sequencer_api.c
+ rna_space_api.c
rna_text_api.c
rna_ui_api.c
rna_wm_api.c