diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 850c55de7e9..2291827e374 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -249,8 +249,8 @@ set(SRC intern/particle_distribute.c intern/particle_system.c intern/pbvh.cc - intern/pbvh_colors.cc intern/pbvh_bmesh.cc + intern/pbvh_colors.cc intern/pbvh_pixels.cc intern/pbvh_uv_islands.cc intern/pointcache.c diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index 7c24fb8b5e7..16635df908b 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -281,10 +281,10 @@ set(SRC BLI_math_solvers.h BLI_math_statistics.h BLI_math_time.h - BLI_math_vector_mpq_types.hh - BLI_math_vector_types.hh BLI_math_vector.h BLI_math_vector.hh + BLI_math_vector_mpq_types.hh + BLI_math_vector_types.hh BLI_memarena.h BLI_memblock.h BLI_memiter.h @@ -490,13 +490,13 @@ if(WITH_GTESTS) tests/BLI_math_bits_test.cc tests/BLI_math_color_test.cc tests/BLI_math_geom_test.cc - tests/BLI_math_matrix_types_test.cc tests/BLI_math_matrix_test.cc + tests/BLI_math_matrix_types_test.cc tests/BLI_math_rotation_test.cc tests/BLI_math_solvers_test.cc tests/BLI_math_time_test.cc - tests/BLI_math_vector_types_test.cc tests/BLI_math_vector_test.cc + tests/BLI_math_vector_types_test.cc tests/BLI_memiter_test.cc tests/BLI_memory_utils_test.cc tests/BLI_mesh_boolean_test.cc diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 2f345ec6a90..4b378384a9d 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -104,6 +104,7 @@ set(SRC GPU_primitive.h GPU_select.h GPU_shader.h + GPU_shader_builtin.h GPU_shader_shared.h GPU_state.h GPU_storage_buffer.h diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt index 37da01aa777..e7a884087b1 100644 --- a/source/blender/io/usd/CMakeLists.txt +++ b/source/blender/io/usd/CMakeLists.txt @@ -147,8 +147,8 @@ blender_add_lib(bf_usd "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") if(WITH_GTESTS) set(TEST_SRC - tests/usd_stage_creation_test.cc tests/usd_export_test.cc + tests/usd_stage_creation_test.cc tests/usd_tests_common.cc tests/usd_tests_common.h diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt index 448a5e69de4..f1cccf756e6 100644 --- a/source/blender/nodes/geometry/CMakeLists.txt +++ b/source/blender/nodes/geometry/CMakeLists.txt @@ -75,17 +75,17 @@ set(SRC nodes/node_geo_extrude_mesh.cc nodes/node_geo_flip_faces.cc nodes/node_geo_geometry_to_instance.cc + nodes/node_geo_image.cc nodes/node_geo_image_info.cc nodes/node_geo_image_texture.cc - nodes/node_geo_image.cc nodes/node_geo_input_curve_handles.cc nodes/node_geo_input_curve_tilt.cc nodes/node_geo_input_id.cc nodes/node_geo_input_index.cc nodes/node_geo_input_instance_rotation.cc nodes/node_geo_input_instance_scale.cc - nodes/node_geo_input_material_index.cc nodes/node_geo_input_material.cc + nodes/node_geo_input_material_index.cc nodes/node_geo_input_mesh_edge_angle.cc nodes/node_geo_input_mesh_edge_neighbors.cc nodes/node_geo_input_mesh_edge_vertices.cc @@ -135,17 +135,17 @@ set(SRC nodes/node_geo_mesh_topology_vertex_of_corner.cc nodes/node_geo_object_info.cc nodes/node_geo_offset_point_in_curve.cc + nodes/node_geo_points.cc nodes/node_geo_points_to_vertices.cc nodes/node_geo_points_to_volume.cc - nodes/node_geo_points.cc nodes/node_geo_proximity.cc nodes/node_geo_raycast.cc nodes/node_geo_realize_instances.cc nodes/node_geo_remove_attribute.cc nodes/node_geo_rotate_instances.cc nodes/node_geo_sample_index.cc - nodes/node_geo_sample_nearest_surface.cc nodes/node_geo_sample_nearest.cc + nodes/node_geo_sample_nearest_surface.cc nodes/node_geo_sample_uv_surface.cc nodes/node_geo_scale_elements.cc nodes/node_geo_scale_instances.cc @@ -157,8 +157,8 @@ set(SRC nodes/node_geo_set_curve_radius.cc nodes/node_geo_set_curve_tilt.cc nodes/node_geo_set_id.cc - nodes/node_geo_set_material_index.cc nodes/node_geo_set_material.cc + nodes/node_geo_set_material_index.cc nodes/node_geo_set_point_radius.cc nodes/node_geo_set_position.cc nodes/node_geo_set_shade_smooth.cc diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt index 96345a2fa34..29964b67b34 100644 --- a/source/blender/python/generic/CMakeLists.txt +++ b/source/blender/python/generic/CMakeLists.txt @@ -7,8 +7,8 @@ set(INC ../../gpu ../../makesdna ../../makesrna - ../../../../intern/guardedalloc ../../../../intern/clog + ../../../../intern/guardedalloc ) set(INC_SYS