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>2022-01-06 05:54:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:55 +0300
commit66a4da87f4ce9345bf8649b5382041380134adcb (patch)
treead0e622af610dafcacad63599127c4dc93341153 /source/blender/editors
parented68e18c1c45aea07ec17c0b0dcdc109ad7492db (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/interface/CMakeLists.txt4
-rw-r--r--source/blender/editors/io/CMakeLists.txt2
-rw-r--r--source/blender/editors/space_file/CMakeLists.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/interface/CMakeLists.txt b/source/blender/editors/interface/CMakeLists.txt
index bc3075f9de8..95c9f7cc8b2 100644
--- a/source/blender/editors/interface/CMakeLists.txt
+++ b/source/blender/editors/interface/CMakeLists.txt
@@ -24,8 +24,8 @@ set(INC
../../blentranslation
../../depsgraph
../../draw
- ../../gpu
../../functions
+ ../../gpu
../../imbuf
../../makesdna
../../makesrna
@@ -71,8 +71,8 @@ set(SRC
interface_regions.c
interface_style.c
interface_template_asset_view.cc
- interface_template_list.cc
interface_template_attribute_search.cc
+ interface_template_list.cc
interface_template_search_menu.cc
interface_template_search_operator.c
interface_templates.c
diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt
index 83cdba4e54b..cb1c3cedf8e 100644
--- a/source/blender/editors/io/CMakeLists.txt
+++ b/source/blender/editors/io/CMakeLists.txt
@@ -25,8 +25,8 @@ set(INC
../../io/alembic
../../io/collada
../../io/gpencil
- ../../io/wavefront_obj
../../io/usd
+ ../../io/wavefront_obj
../../makesdna
../../makesrna
../../windowmanager
diff --git a/source/blender/editors/space_file/CMakeLists.txt b/source/blender/editors/space_file/CMakeLists.txt
index 1651269869e..cbeb2e6f529 100644
--- a/source/blender/editors/space_file/CMakeLists.txt
+++ b/source/blender/editors/space_file/CMakeLists.txt
@@ -16,8 +16,8 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
../asset
+ ../include
../../blenfont
../../blenkernel
../../blenlib