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

8 lines
175 B
Text
Raw Normal View History

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