mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
EXE_INC = \
|
|
-IalphaContactAngle \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-linterfaceProperties \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume
|