EXE_INC = \
    -Wno-overloaded-virtual -std=c++17 -Wno-old-style-cast \
    -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)/sampling/lnInclude \
    -I$(SMARTREDIS_INCLUDE) \
    -I../smartRedis/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lfiniteArea \
    -lfileFormats \
    -lsurfMesh \
    -lmeshTools \
    -lsampling \
    -L$(FOAM_USER_LIBBIN) \
    -L$(SMARTREDIS_LIB) \
    -Wl,-rpath,$(SMARTREDIS_LIB) \
    $(OPENFOAM_SMARTSIM_LDFLAGS) \
    -lhiredis \
    -lredis++ \
    -lsmartredis \
    -lsmartRedisClient
