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>2018-08-21 11:59:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-21 11:59:29 +0300
commitf7162d214ec31daf886acf3618fa9aa567c7521d (patch)
treee5756a09a5e6e077a39aa3feb7c11a1a5344bb8d /source/blender/editors/mesh/CMakeLists.txt
parent7170ff429f69160e25a8260a3b776a020546500f (diff)
BMesh: split out edgering preview into own API
Needed for alternate tool system access.
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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