EXE_INC = \
    -ggdb3 -O0 \
    -I$(FOAM_USER_SRC)/fvMeshWithDual/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/triSurface/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude

LIB_LIBS = \
    -lOpenFOAM \
    -L$(FOAM_USER_LIBBIN) \
    -lfvMeshWithDual \
    -lfiniteVolume \
    -ltriSurface \
    -lmeshTools
