ENH: Adding new viewFactor utility using CGAL

This commit is contained in:
sergio
2022-06-28 08:54:53 -07:00
committed by Kutalmis Bercin
parent 565c68f454
commit 457979a7b7
9 changed files with 548 additions and 1789 deletions

View File

@ -1,10 +1,16 @@
include $(GENERAL_RULES)/cgal
EXE_INC = \
-Wno-old-style-cast \
${CGAL_INC} \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude
EXE_LIBS = \
${CGAL_LIBS} \
-lfiniteVolume \
-lsurfMesh \
-lmeshTools \