This reverts commit de564957bc
.
Conflicts:
applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
EXE_INC = \
|
|
-I$(WM_THIRD_PARTY_DIR)/tecio/tecsrc/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
|
|
EXE_LIBS = \
|
|
-llagrangian \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-lmeshTools \
|
|
-L$(FOAM_EXT_LIBBIN) -ltecio
|