mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/postProcessing/postCalc \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
$(FOAM_LIBBIN)/postCalc.o \
|
|
-lincompressibleRASModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields
|