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-07-08 12:50:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-08 12:50:04 +0400
commit335fd7388f601e0db347cc64a202c9a166943a57 (patch)
treef5568c2831d9632b9c87c1e0853f837428e3d76e /source/blender/bmesh/CMakeLists.txt
parent96d78e3de96f876fde8644160dc641ebc7a58e87 (diff)
move normal recalculation into its own source file.
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index e6b5fc15f52..b3dd2f57523 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -56,6 +56,7 @@ set(SRC
operators/bmo_join_triangles.c
operators/bmo_mesh_conv.c
operators/bmo_mirror.c
+ operators/bmo_normals.c
operators/bmo_poke.c
operators/bmo_primitive.c
operators/bmo_removedoubles.c