EXE_INC = \
    -I../lnInclude \
    -I../phaseSystem/lnInclude \
    -I../populationBalance/lnInclude \
    -I../fvModels/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/functionObjects/field/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 \
    -I$(LIB_SRC)/fvModels/general/lnInclude

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Begin Code Repository ~~~~~~~~~~~~~~~~~~~~~~~~~~#
LIB_LIBS = \
    -L$(FOAM_SITE_LIBBIN) \
    -laddonPhaseSystem \
    -laddonPopulationBalance \
    -laddonMultiphaseEulerFvModels \
    -lfileFormats \
    -lfieldFunctionObjects

ifdef Ctoo_VSCode
    Ctoo = $(Ctoo_VSCode)
endif
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Code Repository ~~~~~~~~~~~~~~~~~~~~~~~~~~~#

#~~~~~~~~~~~~~~~~~~~~~~~~ Begin Comment Code Repository ~~~~~~~~~~~~~~~~~~~~~~#
# LIB_LIBS = \
#     -lphaseSystem \
#     -lpopulationBalance \
#     -lmultiphaseEulerFvModels \
#     -lfileFormats \
#     -lfieldFunctionObjects
#~~~~~~~~~~~~~~~~~~~~~~~~~ End Comment Code Repository ~~~~~~~~~~~~~~~~~~~~~~~#
