EXE_INC = \
    -Wno-overloaded-virtual -std=c++17 \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/finiteArea/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/surfMesh/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/conversion/lnInclude \
    -I$(SMARTREDIS_INCLUDE) \
    -I$(LIB_SRC)/sampling/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lfiniteArea \
    -lfileFormats \
    -lsurfMesh \
    -lmeshTools \
    -ldynamicMesh \
    -lconversion \
    -L$(SMARTREDIS_LIB) \
    -lhiredis  \
    -lredis++  \
    -lsmartredis  \
    -lsampling
