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-11-18 12:35:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-18 12:35:27 +0400
commit4401ac8c9e312a81bf1a750f0a7068e24174a7fd (patch)
tree82d55c6d93ae3b7081b6a663319ff3b131815ce2 /source/blender/bmesh/CMakeLists.txt
parent9a74fb5b05476eacdaf1a2d8c8f027c8aae34805 (diff)
finish moving bevel code out of the operator dir (it works again)
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index 75f424010ae..2a23658f5d0 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -105,6 +105,8 @@ set(SRC
intern/bmesh_error.h
tools/BME_bevel.c
+ tools/bmesh_bevel.c
+ tools/bmesh_bevel.h
tools/bmesh_decimate_collapse.c
tools/bmesh_decimate_dissolve.c
tools/bmesh_decimate_unsubdivide.c