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/python
parente82141b6b4aa14f532da9fae5fb7866b61b496f3 (diff)
Cleanup: tabs to spaces for CMake files & sort file-lists
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/CMakeLists.txt2
-rw-r--r--source/blender/python/mathutils/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 959fbc7ee98..8179daa8e03 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -232,7 +232,7 @@ if(WITH_IMAGE_TIFF)
endif()
if(WITH_WEBP)
- add_definitions(-DWITH_WEBP)
+ add_definitions(-DWITH_WEBP)
endif()
if(WITH_INPUT_NDOF)
diff --git a/source/blender/python/mathutils/CMakeLists.txt b/source/blender/python/mathutils/CMakeLists.txt
index 747d6c0e8f8..f355d03cadc 100644
--- a/source/blender/python/mathutils/CMakeLists.txt
+++ b/source/blender/python/mathutils/CMakeLists.txt
@@ -4,9 +4,9 @@ set(INC
.
../../blenkernel
../../blenlib
- ../../imbuf
../../bmesh
../../depsgraph
+ ../../imbuf
../../makesdna
../../../../intern/guardedalloc
)