12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/OpenFOAM/lnInclude \
|
|
-I$(LIB_SRC)/fvAgglomerationMethods/pairPatchAgglomeration/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lOpenFOAM \
|
|
-lfiniteVolume \
|
|
-lpairPatchAgglomeration \
|
|
-ltriSurface \
|
|
-lmeshTools
|