COMP: Move boost and mpfr library includes from wmake/rules/general/CGAL

This is so that surfaceFeatureExtract will compile without boost/mpfr
This commit is contained in:
laurence
2012-04-26 15:10:24 +01:00
parent 4190e3e5a5
commit 6a3571b3e9
6 changed files with 12 additions and 4 deletions

View File

@ -15,6 +15,8 @@ EXE_INC = \
EXE_LIBS = \
$(CGAL_LIBS) \
${CGAL_BOOST_LIB} \
${CGAL_MPFR_LIB} \
${CGAL_LIBDIR} \
${LAPACK_LIB} \
${BLAS_LIB} \