From 5d4beee8c651b193c64657665a97796eaf147ee7 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 3 Apr 2015 01:31:34 +1300 Subject: Code Cleanup: Split Action management operator stuff into action_data.c --- source/blender/editors/space_action/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_action/CMakeLists.txt') 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 -- cgit v1.2.3