Skip to content
Snippets Groups Projects
Commit 16d77635 authored by mattijs's avatar mattijs
Browse files

BUG: autoMesh: link in surfMesh for OBJstream

parent ee2c41b7
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ EXE_INC = \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude
LIB_LIBS = \
......@@ -13,5 +14,6 @@ LIB_LIBS = \
-llagrangian \
-lmeshTools \
-ledgeMesh \
-lsurfMesh \
-ltriSurface \
-ldistributed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment