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:
authorSybren A. Stüvel <sybren@blender.org>2021-05-14 12:12:35 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-05-14 12:12:35 +0300
commita9393178624865c8505a7cfa3089cf33155abe7c (patch)
tree02c2a6870fbbd5de9291b3843f32777a29825076 /source/blender/editors/armature
parent26b4ef6823b6c943ccfe7ca13598f9f2a0570c0d (diff)
Cleanup: sort include dirs in CMakeLists.txt
Sort include dirs in just one file, not a big change (`source/blender/editors/armature/CMakeLists.txt`). No functional changes.
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/CMakeLists.txt b/source/blender/editors/armature/CMakeLists.txt
index 7266b1b88d7..0030e78002b 100644
--- a/source/blender/editors/armature/CMakeLists.txt
+++ b/source/blender/editors/armature/CMakeLists.txt
@@ -17,9 +17,9 @@
set(INC
../include
+ ../../blenfont
../../blenkernel
../../blenlib
- ../../blenfont
../../blentranslation
../../depsgraph
../../gpu