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