mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-ltwoPhaseMixture \
|
|
-ltwoPhaseProperties \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-lmeshTools
|