fix for linking with recent armature refactor, was also missing file from CMakeLists.txt.

This commit is contained in:
Campbell Barton 2013-02-28 00:45:07 +00:00
parent e4c887377b
commit 646b947cc3
5 changed files with 5 additions and 4 deletions

@ -42,6 +42,7 @@ set(SRC
armature_ops.c
armature_relations.c
armature_select.c
armature_skinning.c
armature_utils.c
editarmature_generate.c
editarmature_retarget.c

@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/armature/editarmature.c
/** \file blender/editors/armature/armature_utils.c
* \ingroup edarmature
*/

@ -27,7 +27,7 @@
* Pose Mode API's and Operators for Pose Mode armatures
*/
/** \file blender/editors/armature/poseobject.c
/** \file blender/editors/armature/pose_edit.c
* \ingroup edarmature
*/

@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/armature/editarmature.c
/** \file blender/editors/armature/pose_transform.c
* \ingroup edarmature
*/

@ -830,12 +830,12 @@ endif()
bf_editor_util
bf_editor_uvedit
bf_editor_curve
bf_editor_armature
bf_editor_gpencil
bf_editor_interface
bf_editor_mesh
bf_editor_metaball
bf_editor_object
bf_editor_armature
bf_editor_physics
bf_editor_render
bf_editor_screen