From d5263c37faf73d0f6cc2466ac0806fef972119fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Dec 2013 07:08:35 +1100 Subject: Modifier: New Wireframe Modifier Based on patch originally by Thomas Beck, uses options similar to solidify. --- source/blender/modifiers/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/CMakeLists.txt') diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt index 4eb15c0fbdb..6a8eac6ee48 100644 --- a/source/blender/modifiers/CMakeLists.txt +++ b/source/blender/modifiers/CMakeLists.txt @@ -98,6 +98,7 @@ set(SRC intern/MOD_weightvgedit.c intern/MOD_weightvgmix.c intern/MOD_weightvgproximity.c + intern/MOD_wireframe.c MOD_modifiertypes.h intern/MOD_boolean_util.h -- cgit v1.2.3