mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
CGAL_INC = \
|
|
-Wno-old-style-cast \
|
|
-I${CGAL_SRC}/include \
|
|
-I$(MPFR_HOME) \
|
|
-I${BOOST_ROOT}/include/boost
|
|
|
|
CGAL_LIBS = \
|
|
-L$(MPFR_ARCH_PATH)/lib \
|
|
-L$(BOOST_ROOT)/platforms/$(WM_OPTIONS)/lib \
|
|
-lmpfr \
|
|
-lboost_thread
|