Cleanup: sort files in CMake

This commit is contained in:
Campbell Barton
2023-10-23 10:09:52 +11:00
parent c8c2343b4b
commit 87a969e7fc
2 changed files with 3 additions and 3 deletions

View File

@@ -22,17 +22,17 @@ set(INC_SYS
set(SRC
intern/bone_collections.cc
intern/bonecolor.cc
intern/fcurve.cc
intern/keyframing.cc
intern/keyframing_auto.cc
intern/visualkey.cc
intern/fcurve.cc
ANIM_bone_collections.h
ANIM_bone_collections.hh
ANIM_bonecolor.hh
ANIM_fcurve.hh
ANIM_keyframing.hh
ANIM_visualkey.hh
ANIM_fcurve.hh
)
set(LIB

View File

@@ -65,8 +65,8 @@ set(SRC
intern/easing.c
intern/endian_switch.c
intern/expr_pylike_eval.c
intern/fileops_c.cc
intern/fileops.cc
intern/fileops_c.cc
intern/filereader_file.c
intern/filereader_gzip.c
intern/filereader_memory.c