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-24 07:39:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-24 07:41:12 +0300
commit2753959ed7165a2e5b9bb5421fd6b3b744817402 (patch)
tree8b308b3a1133fe0d6ee4fe98c48243c24b4930c1 /source/blender/python
parent1b839e85e142d488a869c9e5c30639246a17db03 (diff)
Cleanup: sort CMake include paths
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/bmesh/CMakeLists.txt2
-rw-r--r--source/blender/python/generic/CMakeLists.txt2
-rw-r--r--source/blender/python/gpu/CMakeLists.txt2
-rw-r--r--source/blender/python/mathutils/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/bmesh/CMakeLists.txt b/source/blender/python/bmesh/CMakeLists.txt
index 14baa08abc1..3875057185a 100644
--- a/source/blender/python/bmesh/CMakeLists.txt
+++ b/source/blender/python/bmesh/CMakeLists.txt
@@ -17,9 +17,9 @@
set(INC
.
- ../../bmesh
../../blenkernel
../../blenlib
+ ../../bmesh
../../depsgraph
../../makesdna
../../../../intern/guardedalloc
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index fa73f161a5d..c878103e19d 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -21,8 +21,8 @@ set(INC
../../blenlib
../../gpu
../../makesdna
- ../../../../intern/guardedalloc
../../../../intern/glew-mx
+ ../../../../intern/guardedalloc
)
set(INC_SYS
diff --git a/source/blender/python/gpu/CMakeLists.txt b/source/blender/python/gpu/CMakeLists.txt
index cda866510e3..ca0e6ced42b 100644
--- a/source/blender/python/gpu/CMakeLists.txt
+++ b/source/blender/python/gpu/CMakeLists.txt
@@ -21,8 +21,8 @@ set(INC
../../blenlib
../../gpu
../../makesdna
- ../../../../intern/guardedalloc
../../../../intern/glew-mx
+ ../../../../intern/guardedalloc
)
set(INC_SYS
diff --git a/source/blender/python/mathutils/CMakeLists.txt b/source/blender/python/mathutils/CMakeLists.txt
index a58260a84f6..cdb562a3233 100644
--- a/source/blender/python/mathutils/CMakeLists.txt
+++ b/source/blender/python/mathutils/CMakeLists.txt
@@ -17,8 +17,8 @@
set(INC
.
- ../../blenlib
../../blenkernel
+ ../../blenlib
../../bmesh
../../depsgraph
../../makesdna