mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
15 lines
522 B
Plaintext
15 lines
522 B
Plaintext
EXE_INC = \
|
|
-I../twoPhaseSystem \
|
|
-I../interfacialModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/phaseIncompressible/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lincompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie
|