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:
Diffstat (limited to 'source/blender/editors/armature/CMakeLists.txt')
-rw-r--r--source/blender/editors/armature/CMakeLists.txt72
1 files changed, 36 insertions, 36 deletions
diff --git a/source/blender/editors/armature/CMakeLists.txt b/source/blender/editors/armature/CMakeLists.txt
index 27eddd7e1dd..274fa86184d 100644
--- a/source/blender/editors/armature/CMakeLists.txt
+++ b/source/blender/editors/armature/CMakeLists.txt
@@ -16,55 +16,55 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
- ../../blenkernel
- ../../blenlib
- ../../blentranslation
- ../../depsgraph
- ../../gpu
- ../../makesdna
- ../../makesrna
- ../../windowmanager
- ../../../../intern/clog
- ../../../../intern/guardedalloc
- ../../../../intern/eigen
- ../../../../intern/glew-mx
+ ../include
+ ../../blenkernel
+ ../../blenlib
+ ../../blentranslation
+ ../../depsgraph
+ ../../gpu
+ ../../makesdna
+ ../../makesrna
+ ../../windowmanager
+ ../../../../intern/clog
+ ../../../../intern/guardedalloc
+ ../../../../intern/eigen
+ ../../../../intern/glew-mx
)
set(INC_SYS
- ${GLEW_INCLUDE_PATH}
+ ${GLEW_INCLUDE_PATH}
)
set(SRC
- armature_add.c
- armature_edit.c
- armature_naming.c
- armature_ops.c
- armature_relations.c
- armature_select.c
- armature_skinning.c
- armature_utils.c
- editarmature_undo.c
- meshlaplacian.c
- pose_edit.c
- pose_group.c
- pose_lib.c
- pose_select.c
- pose_slide.c
- pose_transform.c
- pose_utils.c
+ armature_add.c
+ armature_edit.c
+ armature_naming.c
+ armature_ops.c
+ armature_relations.c
+ armature_select.c
+ armature_skinning.c
+ armature_utils.c
+ editarmature_undo.c
+ meshlaplacian.c
+ pose_edit.c
+ pose_group.c
+ pose_lib.c
+ pose_select.c
+ pose_slide.c
+ pose_transform.c
+ pose_utils.c
- armature_intern.h
- meshlaplacian.h
+ armature_intern.h
+ meshlaplacian.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
+ bf_blenkernel
+ bf_blenlib
)
if(WITH_INTERNATIONAL)
- add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
endif()
add_definitions(${GL_DEFINITIONS})