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/makesrna/intern/CMakeLists.txt
parent1b839e85e142d488a869c9e5c30639246a17db03 (diff)
Cleanup: sort CMake include paths
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index eae47469f10..7c31f078b6d 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -320,13 +320,13 @@ blender_include_dirs(
../../blenfont
../../blenkernel
../../blenlib
- ../../bmesh
../../blentranslation
+ ../../bmesh
../../depsgraph
../../draw
../../gpu
- ../../imbuf
../../ikplugin
+ ../../imbuf
../../makesdna
../../nodes/
../../physics
@@ -334,9 +334,9 @@ blender_include_dirs(
../../editors/include
../../render/extern/include
../../../../intern/cycles/blender
- ../../../../intern/guardedalloc
- ../../../../intern/glew-mx
../../../../intern/atomic
+ ../../../../intern/glew-mx
+ ../../../../intern/guardedalloc
../../../../intern/memutil
../../../../intern/smoke/extern
)