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>2019-04-17 07:17:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:21:24 +0300
commite12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 (patch)
tree8cf3453d12edb177a218ef8009357518ec6cab6a /source/blender/editors/mesh/CMakeLists.txt
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
Diffstat (limited to 'source/blender/editors/mesh/CMakeLists.txt')
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt104
1 files changed, 52 insertions, 52 deletions
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 707aeb781c6..e67d63b01a5 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -16,77 +16,77 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
- ../uvedit
- ../../blenkernel
- ../../blenlib
- ../../blentranslation
- ../../depsgraph
- ../../bmesh
- ../../gpu
- ../../imbuf
- ../../makesdna
- ../../makesrna
- ../../render/extern/include
- ../../windowmanager
- ../../../../intern/clog
- ../../../../intern/guardedalloc
- ../../../../intern/glew-mx
+ ../include
+ ../uvedit
+ ../../blenkernel
+ ../../blenlib
+ ../../blentranslation
+ ../../depsgraph
+ ../../bmesh
+ ../../gpu
+ ../../imbuf
+ ../../makesdna
+ ../../makesrna
+ ../../render/extern/include
+ ../../windowmanager
+ ../../../../intern/clog
+ ../../../../intern/guardedalloc
+ ../../../../intern/glew-mx
)
set(INC_SYS
- ${GLEW_INCLUDE_PATH}
+ ${GLEW_INCLUDE_PATH}
)
set(SRC
- editface.c
- editmesh_add.c
- editmesh_add_gizmo.c
- editmesh_bevel.c
- editmesh_bisect.c
- editmesh_extrude.c
- editmesh_extrude_screw.c
- editmesh_extrude_spin.c
- editmesh_extrude_spin_gizmo.c
- editmesh_inset.c
- editmesh_intersect.c
- editmesh_knife.c
- editmesh_knife_project.c
- editmesh_loopcut.c
- editmesh_path.c
- editmesh_polybuild.c
- editmesh_preselect_edgering.c
- editmesh_preselect_elem.c
- editmesh_rip.c
- editmesh_rip_edge.c
- editmesh_select.c
- editmesh_select_similar.c
- editmesh_tools.c
- editmesh_undo.c
- editmesh_utils.c
- mesh_data.c
- mesh_mirror.c
- mesh_ops.c
- meshtools.c
+ editface.c
+ editmesh_add.c
+ editmesh_add_gizmo.c
+ editmesh_bevel.c
+ editmesh_bisect.c
+ editmesh_extrude.c
+ editmesh_extrude_screw.c
+ editmesh_extrude_spin.c
+ editmesh_extrude_spin_gizmo.c
+ editmesh_inset.c
+ editmesh_intersect.c
+ editmesh_knife.c
+ editmesh_knife_project.c
+ editmesh_loopcut.c
+ editmesh_path.c
+ editmesh_polybuild.c
+ editmesh_preselect_edgering.c
+ editmesh_preselect_elem.c
+ editmesh_rip.c
+ editmesh_rip_edge.c
+ editmesh_select.c
+ editmesh_select_similar.c
+ editmesh_tools.c
+ editmesh_undo.c
+ editmesh_utils.c
+ mesh_data.c
+ mesh_mirror.c
+ mesh_ops.c
+ meshtools.c
- mesh_intern.h
+ mesh_intern.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
+ bf_blenkernel
+ bf_blenlib
)
if(WITH_INTERNATIONAL)
- add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
endif()
if(WITH_FREESTYLE)
- add_definitions(-DWITH_FREESTYLE)
+ add_definitions(-DWITH_FREESTYLE)
endif()
if(WITH_BULLET)
- add_definitions(-DWITH_BULLET)
+ add_definitions(-DWITH_BULLET)
endif()
add_definitions(${GL_DEFINITIONS})