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

@ -22,6 +22,8 @@ EXE_INC = \
EXE_LIBS = \
$(CGAL_LIBS) \
-lboost_thread \
-lmpfr \
-lconformalVoronoiMesh \
-lmeshTools \
-ldecompositionMethods \

View File

@ -19,6 +19,8 @@ EXE_INC = \
EXE_LIBS = \
$(CGAL_LIBS) \
-lboost_thread \
-lmpfr \
-lconformalVoronoiMesh \
-ldecompositionMethods /* -L$(FOAM_LIBBIN)/dummy -lscotchDecomp */ \
-ledgeMesh \

View File

@ -14,6 +14,8 @@ EXE_INC = \
EXE_LIBS = \
$(CGAL_LIBS) \
-lboost_thread \
-lmpfr \
-L$(FASTDUALOCTREE_SRC_PATH) -lperf_main \
-lGL \
-lconformalVoronoiMesh \