EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lmeshTools \
    -lthermophysicalProperties \
    -lcompressibleTurbulenceModels
