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/sculpt_paint/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/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt84
1 files changed, 42 insertions, 42 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index e7a8c704fda..cddaf69b965 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -16,61 +16,61 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
- ../uvedit
- ../../blenkernel
- ../../blenlib
- ../../blentranslation
- ../../bmesh
- ../../depsgraph
- ../../gpu
- ../../imbuf
- ../../makesdna
- ../../makesrna
- ../../render/extern/include
- ../../windowmanager
- ../../../../intern/guardedalloc
- ../../../../intern/glew-mx
+ ../include
+ ../uvedit
+ ../../blenkernel
+ ../../blenlib
+ ../../blentranslation
+ ../../bmesh
+ ../../depsgraph
+ ../../gpu
+ ../../imbuf
+ ../../makesdna
+ ../../makesrna
+ ../../render/extern/include
+ ../../windowmanager
+ ../../../../intern/guardedalloc
+ ../../../../intern/glew-mx
)
set(INC_SYS
- ${GLEW_INCLUDE_PATH}
+ ${GLEW_INCLUDE_PATH}
)
set(SRC
- paint_cursor.c
- paint_curve.c
- paint_curve_undo.c
- paint_hide.c
- paint_image.c
- paint_image_2d.c
- paint_image_proj.c
- paint_image_undo.c
- paint_mask.c
- paint_ops.c
- paint_stroke.c
- paint_utils.c
- paint_vertex.c
- paint_vertex_color_ops.c
- paint_vertex_color_utils.c
- paint_vertex_proj.c
- paint_vertex_weight_ops.c
- paint_vertex_weight_utils.c
- sculpt.c
- sculpt_undo.c
- sculpt_uv.c
+ paint_cursor.c
+ paint_curve.c
+ paint_curve_undo.c
+ paint_hide.c
+ paint_image.c
+ paint_image_2d.c
+ paint_image_proj.c
+ paint_image_undo.c
+ paint_mask.c
+ paint_ops.c
+ paint_stroke.c
+ paint_utils.c
+ paint_vertex.c
+ paint_vertex_color_ops.c
+ paint_vertex_color_utils.c
+ paint_vertex_proj.c
+ paint_vertex_weight_ops.c
+ paint_vertex_weight_utils.c
+ sculpt.c
+ sculpt_undo.c
+ sculpt_uv.c
- paint_intern.h
- sculpt_intern.h
+ paint_intern.h
+ sculpt_intern.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
+ bf_blenkernel
+ bf_blenlib
)
if(WITH_INTERNATIONAL)
- add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
endif()
add_definitions(${GL_DEFINITIONS})