mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
21 lines
449 B
Plaintext
21 lines
449 B
Plaintext
include $(GENERAL_RULES)/cgal-header-only
|
|
|
|
EXE_INC = \
|
|
-Wno-old-style-cast \
|
|
$(COMP_FLAGS) \
|
|
${CGAL_INC} \
|
|
-DCGAL_HEADER_ONLY \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/parallel/distributed/lnInclude
|
|
|
|
|
|
EXE_LIBS = \
|
|
/* ${CGAL_LIBS} */ \
|
|
-lfiniteVolume \
|
|
-lsurfMesh \
|
|
-lmeshTools \
|
|
-ldistributed \
|
|
-lradiationModels
|