Cleanup: sort cmake file-lists

This commit is contained in:
Campbell Barton
2024-04-16 12:28:38 +10:00
parent 20b0805213
commit e4529592d6
3 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ add_subdirectory(realtime_compositor)
if(WITH_COMPOSITOR_CPU)
set(INC
.
algorithms
intern
nodes
operations
algorithms
realtime_compositor
../blenkernel
../blentranslation

View File

@@ -4,6 +4,7 @@
set(INC
PUBLIC .
../animrig
../blenkernel
../bmesh
../draw
@@ -12,7 +13,6 @@ set(INC
../modifiers
../sequencer
../windowmanager
../animrig
# RNA_prototypes.h
${CMAKE_BINARY_DIR}/source/blender/makesrna
)

View File

@@ -112,8 +112,8 @@ if(WITH_EXPERIMENTAL_FEATURES)
add_definitions(-DWITH_GREASE_PENCIL_V3)
add_definitions(-DWITH_ANIM_BAKLAVA)
list(APPEND DEFSRC
rna_grease_pencil.cc
rna_animation_id.cc
rna_grease_pencil.cc
)
endif()
@@ -230,8 +230,8 @@ set(SRC
set(INC
.
..
../../asset_system
../../animrig
../../asset_system
../../blenfont
../../blenkernel
../../blenlib