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:
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 7849b71307b..9d2229b52f4 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -20,9 +20,11 @@
set(INC
../include
+ ../uvedit
../../blenkernel
../../blenlib
../../blenloader
+ ../../bmesh
../../imbuf
../../makesdna
../../makesrna
@@ -36,18 +38,20 @@ set(INC_SYS
)
set(SRC
+ bmesh_select.c
+ bmesh_selecthistory.c
+ bmesh_tools.c
+ bmesh_utils.c
editface.c
- editmesh.c
editmesh_add.c
- editmesh_lib.c
- editmesh_loop.c
- editmesh_mods.c
- editmesh_tools.c
+ editmesh_bvh.c
+ knifetool.c
loopcut.c
mesh_data.c
mesh_ops.c
meshtools.c
+ editmesh_bvh.h
mesh_intern.h
)