This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/wmake/rules/General/CGAL
2010-08-24 16:19:39 +01:00

7 lines
163 B
Text

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}