Cleanup: sort cmake file-lists
This commit is contained in:
@@ -7,10 +7,10 @@ add_subdirectory(realtime_compositor)
|
||||
if(WITH_COMPOSITOR_CPU)
|
||||
set(INC
|
||||
.
|
||||
algorithms
|
||||
intern
|
||||
nodes
|
||||
operations
|
||||
algorithms
|
||||
realtime_compositor
|
||||
../blenkernel
|
||||
../blentranslation
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user