Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-05-10 11:21:30 +0300
committerHans Goudey <h.goudey@me.com>2022-05-10 11:21:42 +0300
commita74a267767706f57583ab1b3431f640570801784 (patch)
treeb06bbec6731a771e6f52b56c1056d67c62ad5391 /source/blender/geometry/CMakeLists.txt
parent77c0e79805350ef8d99f0a6bb82a71b57aad72e3 (diff)
Cleanup: Move mesh primitive cube to the geometry module
This allows easy reuse elsewhere in Blender.
Diffstat (limited to 'source/blender/geometry/CMakeLists.txt')
-rw-r--r--source/blender/geometry/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/geometry/CMakeLists.txt b/source/blender/geometry/CMakeLists.txt
index 9dcacb13536..cf89426bfc4 100644
--- a/source/blender/geometry/CMakeLists.txt
+++ b/source/blender/geometry/CMakeLists.txt
@@ -7,6 +7,7 @@ set(INC
../blenlib
../blentranslation
../functions
+ ../guardedalloc
../makesdna
../makesrna
../../../intern/eigen
@@ -16,6 +17,7 @@ set(INC
set(SRC
intern/mesh_merge_by_distance.cc
+ intern/mesh_primitive_cuboid.cc
intern/mesh_to_curve_convert.cc
intern/point_merge_by_distance.cc
intern/realize_instances.cc
@@ -23,6 +25,7 @@ set(SRC
intern/uv_parametrizer.c
GEO_mesh_merge_by_distance.hh
+ GEO_mesh_primitive_cuboid.hh
GEO_mesh_to_curve.hh
GEO_point_merge_by_distance.hh
GEO_realize_instances.hh