Moved OBJstream into src/fileFormats/obj

This commit is contained in:
Henry Weller
2020-01-29 17:17:36 +00:00
parent 58b2efd622
commit acdbf45534
6 changed files with 8 additions and 9 deletions

View File

@ -1,11 +1,11 @@
EXE_INC = \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude
EXE_LIBS = \
-lsampling \
-ltriSurface \
-lsurfMesh \
-lfileFormats \
-lmeshTools