mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
createShellMesh and introducing io::READ_IF_PRESENT option in polyMesh constructor from components
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-Iextrude2DMesh/lnInclude \
|
|
-I$(LIB_SRC)/mesh/extrudeModel/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lsurfMesh \
|
|
-ldynamicMesh \
|
|
-lextrude2DMesh \
|
|
-lextrudeModel
|