Files
OpenFOAM-12/applications/utilities/preProcessing/mdInitialise/Make/options
Will Bainbridge b57e83304b molecularDynamics: Consolidated into a single library
This simplifies the directory structure and resolves some name clashes
with other parts of OpenFOAM.
2024-06-11 12:44:15 +01:00

14 lines
358 B
Plaintext

EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/polyTopoChange/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/lagrangian/molecularDynamics/lnInclude
EXE_LIBS = \
-lmeshTools \
-lpolyTopoChange \
-lfiniteVolume \
-llagrangian \
-lmolecularDynamics