COMP: update include for CGAL-5.5 (#2665) old: Robust_circumcenter_filtered_traits_3 new: Robust_weighted_circumcenter_filtered_traits_3 COMP: adjust CGAL rule for OSX (#2664) - since CGAL is now header-only, the previous OSX-specific rules have become redundant
19 lines
399 B
Plaintext
19 lines
399 B
Plaintext
include $(GENERAL_RULES)/cgal-header-only
|
|
|
|
EXE_INC = \
|
|
-Wno-old-style-cast \
|
|
$(COMP_FLAGS) \
|
|
${CGAL_INC} \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/parallel/distributed/lnInclude
|
|
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lsurfMesh \
|
|
-lmeshTools \
|
|
-ldistributed \
|
|
-lradiationModels
|