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 <campbell@blender.org>2022-05-31 11:14:51 +0300
committerCampbell Barton <campbell@blender.org>2022-05-31 11:18:24 +0300
commit0d7e0ffdb56c28fa78a17f517f2d006bbd1f42bf (patch)
tree4f9fc8340e063fefa79c27ab5e5692a4b2d9ed2e /source/blender/imbuf
parente82141b6b4aa14f532da9fae5fb7866b61b496f3 (diff)
Cleanup: tabs to spaces for CMake files & sort file-lists
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index e46326467cc..1309e3810be 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -178,13 +178,13 @@ if(WITH_IMAGE_WEBP)
list(APPEND SRC
intern/webp.c
)
- list(APPEND INC_SYS
- ${WEBP_INCLUDE_DIRS}
- )
+ list(APPEND INC_SYS
+ ${WEBP_INCLUDE_DIRS}
+ )
list(APPEND LIB
${WEBP_LIBRARIES}
)
- add_definitions(-DWITH_WEBP)
+ add_definitions(-DWITH_WEBP)
endif()
list(APPEND INC