EXE_INC = \
    -I$(FOAM_MODULES)/fluidSolver/lnInclude \
    -I../lnInclude \
    -I../phaseSystem/lnInclude \
    -I../populationBalance/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I../../../../src/finiteVolume/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/physicalProperties/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/twoPhaseModels/twoPhaseMixture/lnInclude \
    -I$(LIB_SRC)/twoPhaseModels/compressibleTwoPhases/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/phaseCompressible/lnInclude

LIB_LIBS = \
    -L$(FOAM_SITE_LIBBIN) \
    -laddonMultiphaseEuler

ifdef Ctoo_VSCode
    Ctoo = $(Ctoo_VSCode)
endif
