foamToTecplot360: Link to the foamToVTK library rather than duplicating vtkMesh

This commit is contained in:
Henry Weller
2024-03-08 16:29:21 +00:00
parent 9d4fe93bc6
commit 587f79b39f
4 changed files with 2 additions and 237 deletions

View File

@ -1,5 +1,4 @@
tecplotWriter.C
vtkMesh.C
foamToTecplot360.C
EXE = $(FOAM_APPBIN)/foamToTecplot360

View File

@ -1,11 +1,13 @@
EXE_INC = \
-I$(WM_THIRD_PARTY_DIR)/tecio/tecsrc/lnInclude \
-I../foamToVTK/foamToVTK/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lfoamToVTK \
-llagrangian \
-lpolyTopoChange \
-lgenericFvFields \