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:
authorDalai Felinto <dfelinto@gmail.com>2018-09-19 01:20:49 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-19 04:42:07 +0300
commita1acff5459f90354a5e7446932ba0a4d410597b7 (patch)
tree944db23953148facb77b77bee954aaa71ff005d8 /source/blender/editors/mesh/CMakeLists.txt
parent1ed7c85f541312c79f8cff339459ee11e4ba94a8 (diff)
Move select similar to its own file
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 7dfdf0729c0..4cefbf21c24 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -63,6 +63,7 @@ set(SRC
editmesh_rip.c
editmesh_rip_edge.c
editmesh_select.c
+ editmesh_select_similar.c
editmesh_tools.c
editmesh_undo.c
editmesh_utils.c