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>2011-05-09 06:45:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 06:45:52 +0400
commit14a2330d7b4edbb294b77072f99283cdd0fa6bae (patch)
treee9fe439775625c3d42e057ea5d366c1767033ce6 /source/blender/editors/mesh/CMakeLists.txt
parent6ef77cf95accc3cb914e7efd964118ce6e9521cf (diff)
copied across changes which were missed by merging.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 1581c91ab04..207535033ff 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -40,16 +40,17 @@ set(SRC
loopcut.c
mesh_ops.c
editbmesh_bvh.c
- editbmesh_bvh.h
editbmesh_add.c
bmeshutils.c
- mesh_intern.h
bmesh_selecthistory.c
bmesh_select.c
mesh_data.c
bmesh_tools.c
knifetool.c
editface.c
+
+ editbmesh_bvh.h
+ mesh_intern.h
)
blender_add_lib(bf_editor_mesh "${SRC}" "${INC}")