Skip to content
Snippets Groups Projects
options 959 B
Newer Older
EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_NDEBUG = -DNDEBUG

CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/
CGAL_INEXACT = -DCGAL_INEXACT

include $(GENERAL_RULES)/CGAL

EXE_INC = \
Henry's avatar
Henry committed
    ${ROUNDING_MATH} \
    ${EXE_NDEBUG} \
    ${CGAL_EXACT} \
    ${CGAL_INEXACT} \
    ${CGAL_INC} \
    -I../conformalVoronoiMesh/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/triSurface/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
    -IvectorTools

EXE_LIBS = \
    ${CGAL_LIBS} \
    -lconformalVoronoiMesh \
    -lmeshTools \
    -ldecompositionMethods \
    -L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
    -lfileFormats \
    -ltriSurface \
    -ldynamicMesh \
    -lsampling