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/blentranslation/CMakeLists.txt | 50 +++++++++++++-------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'source/blender/blentranslation/CMakeLists.txt') diff --git a/source/blender/blentranslation/CMakeLists.txt b/source/blender/blentranslation/CMakeLists.txt index 5bb35d79373..34952911dce 100644 --- a/source/blender/blentranslation/CMakeLists.txt +++ b/source/blender/blentranslation/CMakeLists.txt @@ -19,53 +19,53 @@ # ***** END GPL LICENSE BLOCK ***** set(INC - . - ../blenkernel - ../blenlib - ../makesdna - ../makesrna - ../../../intern/guardedalloc - ../../../intern/locale + . + ../blenkernel + ../blenlib + ../makesdna + ../makesrna + ../../../intern/guardedalloc + ../../../intern/locale ) set(INC_SYS ) set(SRC - intern/blt_lang.c - intern/blt_translation.c + intern/blt_lang.c + intern/blt_translation.c - BLT_lang.h - BLT_translation.h + BLT_lang.h + BLT_translation.h ) set(LIB - bf_blenkernel - bf_blenlib + bf_blenkernel + bf_blenlib ) if(WITH_INTERNATIONAL) - add_definitions(-DWITH_INTERNATIONAL) - list(APPEND LIB - bf_intern_locale - ) + add_definitions(-DWITH_INTERNATIONAL) + list(APPEND LIB + bf_intern_locale + ) endif() if(WITH_PYTHON) - add_definitions(-DWITH_PYTHON) - list(APPEND INC - ../python - ) + add_definitions(-DWITH_PYTHON) + list(APPEND INC + ../python + ) endif() if(WIN32) - if(WITH_INPUT_IME) - add_definitions(-DWITH_INPUT_IME) - endif() + if(WITH_INPUT_IME) + add_definitions(-DWITH_INPUT_IME) + endif() endif() blender_add_lib(bf_blentranslation "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") if(WITH_INTERNATIONAL) - add_subdirectory(msgfmt) + add_subdirectory(msgfmt) endif() -- cgit v1.2.3