- additional cgal-headers-only rules (future use) COMP: add -lgmp for CGAL with mpfr linkage
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
# Headers-only CGAL
|
|
|
|
CGAL_INC = \
|
|
-I$(BOOST_ARCH_PATH)/include \
|
|
-I$(CGAL_ARCH_PATH)/include
|
|
|
|
CGAL_LIBS =
|
|
|
|
#------------------------------------------------------------------------------
|