COMP: surfaceMeshTriangulate: use surfMesh instead of triSurface

This commit is contained in:
mattijs
2012-05-30 12:02:09 +01:00
parent 7969bc87d1
commit d51122fa10

View File

@ -1,8 +1,8 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude
-I$(LIB_SRC)/surfMesh/lnInclude
EXE_LIBS = \
-lmeshTools \
-ltriSurface
-lsurfMesh