Skip to content
Snippets Groups Projects
options 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • EXE_INC = \
        -I$(LIB_SRC)/finiteVolume/lnInclude \
        -I$(LIB_SRC)/meshTools/lnInclude \
        -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
        -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
        -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    
        -I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
    
        -I$(LIB_SRC)/thermophysicalModels/solidChemistryModel/lnInclude \
    
        -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
    
        -I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
    
        -I$(LIB_SRC)/turbulenceModels/lnInclude \
        -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
    
        -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
        -I$(LIB_SRC)/transportModels/compressible/lnInclude
    
        -lfiniteVolume \
        -lmeshTools \
    
        -lchemistryModel \
        -lspecie \
    
        -lsolidChemistryModel \
    
        -lsolidThermo \
    
        -lturbulenceModels \
        -lcompressibleTurbulenceModels \
    
        -lradiationModels \
        -lreactionThermophysicalModels