Skip to content

Commit 3ff2164

Browse files
committed
Add mmesh submodule
1 parent 602ac5f commit 3ff2164

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

+5
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,8 @@
307307
[submodule "gte/GeometricTools"]
308308
path = gte/GeometricTools
309309
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+
ignore = dirty

dependencies.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ add_project(gte GROUPS "BRLCAD")
237237

238238
# mmesh - mesh decimation and processing library.
239239
# https://github.com/BRL-CAD/mmesh
240-
#add_project(mmesh GROUPS "BRLCAD")
240+
add_project(mmesh GROUPS "BRLCAD")
241241

242242
# OpenMesh Library - library for representing and manipulating polygonal meshes
243243
# https://www.graphics.rwth-aachen.de/software/openmesh/

mmesh/mmesh

Submodule mmesh added at 1955dab

0 commit comments

Comments
 (0)