Files
OpenFOAM-12/applications/solvers/modules/VoFSolver/Make/options
2023-01-09 19:54:41 +00:00

17 lines
414 B
Plaintext

EXE_INC = \
-I$(FOAM_SOLVERS)/modules/fluidSolver/lnInclude \
-I$(LIB_SRC)/physicalProperties/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude
LIB_LIBS = \
-lfluidSolver \
-lphysicalProperties \
-linterfaceCompression \
-lfiniteVolume \
-lmeshTools \
-lfvModels \
-lfvConstraints \
-lsampling