Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2410
14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-ldecompositionMethods \
|
|
-L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
|
|
-lmeshTools \
|
|
-ldynamicMesh
|