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:
authorJoshua Leung <aligorith@gmail.com>2015-04-02 15:31:34 +0300
committerJoshua Leung <aligorith@gmail.com>2015-04-02 16:17:44 +0300
commit5d4beee8c651b193c64657665a97796eaf147ee7 (patch)
tree3a622a1067a1a98abfaead79897b4ba43241fa51 /source/blender/editors/space_action/CMakeLists.txt
parent64fed6841a48d6d8f1dfdee65bb3bbfb38654026 (diff)
Code Cleanup: Split Action management operator stuff into action_data.c
Diffstat (limited to 'source/blender/editors/space_action/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_action/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/CMakeLists.txt b/source/blender/editors/space_action/CMakeLists.txt
index 50cf84079d2..68e56490217 100644
--- a/source/blender/editors/space_action/CMakeLists.txt
+++ b/source/blender/editors/space_action/CMakeLists.txt
@@ -36,6 +36,7 @@ set(INC_SYS
)
set(SRC
+ action_data.c
action_draw.c
action_edit.c
action_ops.c