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>2012-02-19 20:54:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-19 20:54:53 +0400
commiteee22fe2f60b5240b7f4a4a530bbfb8a871cd144 (patch)
tree9127107a253252f705f227d088a2f67c58a8058e /source/blender/editors/mesh/CMakeLists.txt
parenta006b98c6cebcd2b45f71a95eca244847b5fd9a9 (diff)
rebane files to match trunk.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index c57ef4f5690..f19f8972ace 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -41,8 +41,8 @@ set(SRC
meshtools.c
loopcut.c
mesh_ops.c
- editbmesh_bvh.c
- editbmesh_add.c
+ editmesh_bvh.c
+ editmesh_add.c
bmeshutils.c
bmesh_selecthistory.c
bmesh_select.c
@@ -51,7 +51,7 @@ set(SRC
knifetool.c
editface.c
- editbmesh_bvh.h
+ editmesh_bvh.h
mesh_intern.h
)