Changeset View
Changeset View
Standalone View
Standalone View
source/blender/geometry/CMakeLists.txt
| Show All 15 Lines | |||||
| set(SRC | set(SRC | ||||
| intern/mesh_merge_by_distance.cc | intern/mesh_merge_by_distance.cc | ||||
| intern/mesh_primitive_cuboid.cc | intern/mesh_primitive_cuboid.cc | ||||
| intern/mesh_to_curve_convert.cc | intern/mesh_to_curve_convert.cc | ||||
| intern/point_merge_by_distance.cc | intern/point_merge_by_distance.cc | ||||
| intern/realize_instances.cc | intern/realize_instances.cc | ||||
| intern/resample_curves.cc | intern/resample_curves.cc | ||||
| intern/reverse_uv_lookup.cc | |||||
| intern/uv_parametrizer.c | intern/uv_parametrizer.c | ||||
| GEO_mesh_merge_by_distance.hh | GEO_mesh_merge_by_distance.hh | ||||
| GEO_mesh_primitive_cuboid.hh | GEO_mesh_primitive_cuboid.hh | ||||
| GEO_mesh_to_curve.hh | GEO_mesh_to_curve.hh | ||||
| GEO_point_merge_by_distance.hh | GEO_point_merge_by_distance.hh | ||||
| GEO_realize_instances.hh | GEO_realize_instances.hh | ||||
| GEO_resample_curves.hh | GEO_resample_curves.hh | ||||
| GEO_reverse_uv_lookup.hh | |||||
| GEO_uv_parametrizer.h | GEO_uv_parametrizer.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | bf_blenkernel | ||||
| bf_blenlib | bf_blenlib | ||||
| ) | ) | ||||
| Show All 13 Lines | |||||