mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/faDecompose/lnInclude \
|
|
-I$(LIB_SRC)/parallel/reconstruct/faReconstruct/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteArea \
|
|
-lfileFormats \
|
|
-lmeshTools \
|
|
-lfaDecompose \
|
|
-lfaReconstruct
|