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
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/mesh/extrudeModel/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-ltriSurface \
|
|
-lextrudeModel
|