EXE_INC = \
    -Wno-overloaded-virtual -std=c++17 -Wno-old-style-cast \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/surfMesh/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/functionObjects/forces/lnInclude \
    -I$(LIB_SRC)/fvMotionSolver/lnInclude \
    -I$(SMARTREDIS_INCLUDE)

LIB_LIBS = \
    -lfiniteVolume \
    -lfvOptions \
    -lfileFormats \
    -lsurfMesh \
    -lmeshTools \
    -ldynamicMesh \
    -lfvMotionSolvers \
    -L$(SMARTREDIS_LIB) \
    -Wl,-rpath,$(SMARTREDIS_LIB) \
    $(OPENFOAM_SMARTSIM_LDFLAGS) \
    -lsmartredis
