We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602ac5f commit 3ff2164Copy full SHA for 3ff2164
.gitmodules
@@ -307,3 +307,8 @@
307
[submodule "gte/GeometricTools"]
308
path = gte/GeometricTools
309
url = https://github.com/BRL-CAD/GeometricTools
310
+ ignore = dirty
311
+[submodule "mmesh/mmesh"]
312
+ path = mmesh/mmesh
313
+ url = https://github.com/BRL-CAD/mmesh.git
314
dependencies.cmake
@@ -237,7 +237,7 @@ add_project(gte GROUPS "BRLCAD")
237
238
# mmesh - mesh decimation and processing library.
239
# https://github.com/BRL-CAD/mmesh
240
-#add_project(mmesh GROUPS "BRLCAD")
+add_project(mmesh GROUPS "BRLCAD")
241
242
# OpenMesh Library - library for representing and manipulating polygonal meshes
243
# https://www.graphics.rwth-aachen.de/software/openmesh/
mmesh/mmesh
0 commit comments