from the original dynamicMesh library, now separated into polyTopoChange and motionSolvers
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/polyTopoChange/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lpolyTopoChange \
|
|
-lgenericFvFields
|