EXE_INC = \
    -I$(LIB_SRC)/triSurface/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/motionSolvers/lnInclude \
    -I$(LIB_SRC)/fvMeshMovers/motionSolver/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/functionObjects/forces/lnInclude

LIB_LIBS = \
    -ltriSurface \
    -lmeshTools \
    -lmotionSolvers \
    -lmotionSolver_fvMeshMover \
    -lfiniteVolume \
    -lfileFormats
