Skip to content
Snippets Groups Projects
CGAL 163 B
Newer Older
CGAL_PATH = ${WM_THIRD_PARTY_DIR}/CGAL-${CGAL_VERSION}

CGAL_INC = \
    -Wno-old-style-cast \
    -I${CGAL_SRC}/include \
    -I${CGAL_PATH} \
    -I${BOOST_SRC}