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>2021-08-26 05:41:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-26 05:41:26 +0300
commitefcac471551ee8fe3a9e0a68eec478a3e1eac089 (patch)
tree6cdf9132202e18942bb22a6075b3505eaeb2f0d2
parentcec35060f563e89a567ce252a6a3ebc7fcf3318f (diff)
Cleanup: soft CMake file lists
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
-rw-r--r--source/blender/editors/asset/CMakeLists.txt2
-rw-r--r--source/blender/io/usd/CMakeLists.txt4
4 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index adaef22d5bc..64cfbd8f491 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -78,9 +78,9 @@ set(SRC
intern/anim_visualization.c
intern/appdir.c
intern/armature.c
- intern/armature_selection.cc
intern/armature_deform.c
intern/armature_pose.cc
+ intern/armature_selection.cc
intern/armature_update.c
intern/asset.cc
intern/attribute.c
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index f98d15ad08b..24178535068 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -199,8 +199,8 @@ set(SRC
BLI_enumerable_thread_specific.hh
BLI_expr_pylike_eval.h
BLI_fileops.h
- BLI_filereader.h
BLI_fileops_types.h
+ BLI_filereader.h
BLI_float2.hh
BLI_float3.hh
BLI_float4x4.hh
diff --git a/source/blender/editors/asset/CMakeLists.txt b/source/blender/editors/asset/CMakeLists.txt
index 7e578b78809..31c07580570 100644
--- a/source/blender/editors/asset/CMakeLists.txt
+++ b/source/blender/editors/asset/CMakeLists.txt
@@ -51,8 +51,8 @@ set(SRC
)
set(LIB
- bf_blenloader
bf_blenkernel
+ bf_blenloader
)
blender_add_lib(bf_editor_asset "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt
index 5499fe36898..12015bf1698 100644
--- a/source/blender/io/usd/CMakeLists.txt
+++ b/source/blender/io/usd/CMakeLists.txt
@@ -77,8 +77,8 @@ set(SRC
intern/usd_reader_nurbs.cc
intern/usd_reader_prim.cc
intern/usd_reader_stage.cc
- intern/usd_reader_xform.cc
intern/usd_reader_volume.cc
+ intern/usd_reader_xform.cc
usd.h
@@ -102,8 +102,8 @@ set(SRC
intern/usd_reader_nurbs.h
intern/usd_reader_prim.h
intern/usd_reader_stage.h
- intern/usd_reader_xform.h
intern/usd_reader_volume.h
+ intern/usd_reader_xform.h
)
set(LIB