Skip to content
Snippets Groups Projects
options 300 B
Newer Older
  • Learn to ignore specific revisions
  • Franjo's avatar
    Franjo committed
    EXE_INC = \
    
        -I$(LIB_SRC)/fileFormats/lnInclude \
        -I$(LIB_SRC)/surfMesh/lnInclude \
    
    Franjo's avatar
    Franjo committed
        -I$(LIB_SRC)/meshTools/lnInclude \
        -I$(LIB_SRC)/finiteVolume/lnInclude \
        -I../../meshLibrary/lnInclude
    
    EXE_LIBS = \
    
        -lfiniteVolume \
        -lmeshTools \
    
    Franjo's avatar
    Franjo committed
        -lmeshLibrary