Skip to content
Snippets Groups Projects
options 492 B
Newer Older
  • Learn to ignore specific revisions
  • EXE_INC = \
        -I$(LIB_SRC)/finiteVolume/lnInclude \
    
        -I$(LIB_SRC)/finiteArea/lnInclude \
    
        -I$(LIB_SRC)/lagrangian/basic/lnInclude \
    
        -I$(LIB_SRC)/dynamicMesh/lnInclude \
    
        -I$(LIB_SRC)/meshTools/lnInclude \
    
        -I$(LIB_SRC)/parallel/reconstruct/reconstruct/lnInclude \
        -I$(LIB_SRC)/regionModels/regionModel/lnInclude
    
    
    EXE_LIBS = \
        -lfiniteVolume \
    
        -ldynamicMesh \
    
        -lreconstruct \
        -lregionModels