Cleanup: sort CMake file lists

This commit is contained in:
Campbell Barton 2023-10-07 18:29:46 +11:00
parent a17d6efe98
commit cf7e0c205f
3 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@ set(INC
../include
../../blenkernel
../../blentranslation
../../bmesh
../../depsgraph
../../gpu
../../imbuf
../../makesrna
../../windowmanager
../../bmesh
../../../../extern/curve_fit_nd
# RNA_prototypes.h
${CMAKE_BINARY_DIR}/source/blender/makesrna

View File

@ -103,7 +103,6 @@ set(SRC
NOD_geometry_nodes_execute.hh
NOD_geometry_nodes_lazy_function.hh
NOD_geometry_nodes_log.hh
NOD_socket_items.hh
NOD_math_functions.hh
NOD_multi_function.hh
NOD_node_declaration.hh
@ -113,6 +112,7 @@ set(SRC
NOD_socket.hh
NOD_socket_declarations.hh
NOD_socket_declarations_geometry.hh
NOD_socket_items.hh
NOD_socket_search_link.hh
NOD_static_types.h
NOD_texture.h

View File

@ -140,15 +140,15 @@ set(LIB
if(WITH_MATERIALX)
add_definitions(-DWITH_MATERIALX)
list(APPEND SRC
materialx/group_nodes.cc
materialx/material.cc
materialx/node_item.cc
materialx/node_parser.cc
materialx/group_nodes.cc
materialx/group_nodes.h
materialx/material.h
materialx/node_item.h
materialx/node_parser.h
materialx/group_nodes.h
)
list(APPEND LIB
MaterialXCore