From e12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:17:24 +0200 Subject: 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 --- source/blender/editors/sculpt_paint/CMakeLists.txt | 84 +++++++++++----------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt') 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}) -- cgit v1.2.3