from the original dynamicMesh library, now separated into polyTopoChange and motionSolvers
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
EXE_INC = \
|
|
-IfoamToVTK/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/polyTopoChange/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfoamToVTK \
|
|
-lpolyTopoChange \
|
|
-llagrangian \
|
|
-lgenericFvFields \
|
|
-lfileFormats
|