From f7162d214ec31daf886acf3618fa9aa567c7521d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 21 Aug 2018 18:59:29 +1000 Subject: BMesh: split out edgering preview into own API Needed for alternate tool system access. --- source/blender/editors/mesh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/CMakeLists.txt') diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt index 81ec591fc89..4784f07c297 100644 --- a/source/blender/editors/mesh/CMakeLists.txt +++ b/source/blender/editors/mesh/CMakeLists.txt @@ -57,6 +57,7 @@ set(SRC editmesh_loopcut.c editmesh_path.c editmesh_polybuild.c + editmesh_preselect.c editmesh_rip.c editmesh_rip_edge.c editmesh_select.c -- cgit v1.2.3