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