13 lines
366 B
Text
13 lines
366 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/decompositionAgglomeration/decompositionMethods/lnInclude \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lfiniteVolume \
|
||
|
-ldecompositionMethods \
|
||
|
-lmeshTools \
|
||
|
-ldynamicMesh \
|
||
|
-L$(FOAM_MPI_LIBBIN) -lparMetisDecompositionMethod
|