EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/surfMesh/lnInclude \
    -I$(LIB_SRC)/triSurface/lnInclude \
    -I$(LIB_SRC)/lagrangian/basic/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -Wno-old-style-cast \
    -Wno-return-stack-address \
    -Wno-macro-redefined \
    -Wno-deprecated-copy-with-user-provided-copy \
    -Wno-unqualified-std-cast-call

EXE_LIBS = \
    -lfiniteVolume \
    -lmeshTools \
    -lsampling \
    -lsurfMesh \
    -ltriSurface \
    -llagrangian \
    -lfileFormats
