EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/fvOptions/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lsampling \
    -lmeshTools \
    -lfvOptions
