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>2013-04-16 09:23:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-16 09:23:34 +0400
commitfa919d23bc45ff5d9db5bb374d4fad561bf18b6c (patch)
tree2ab6d78073ec5e7ab6f93c004c1e29dde47fec16 /source/blender/editors/mesh/CMakeLists.txt
parentd044fd329927c69ec57af1f02a6e0435e7eb0ebf (diff)
move editmesh_bvh.c into blenkernel.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 1aadac015dd..4a4507acc30 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -43,7 +43,6 @@ set(SRC
editface.c
editmesh_add.c
editmesh_bevel.c
- editmesh_bvh.c
editmesh_extrude.c
editmesh_inset.c
editmesh_knife.c
@@ -57,7 +56,6 @@ set(SRC
mesh_ops.c
meshtools.c
- editmesh_bvh.h
mesh_intern.h
)