18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
include $(GENERAL_RULES)/CGAL
|
|
|
|
EXE_INC = \
|
|
-IMarchingCubes \
|
|
-I../conformalVoronoiMesh/lnInclude \
|
|
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
$(CGAL_LIBS) \
|
|
-lconformalVoronoiMesh \
|
|
-ldecompositionMethods -L$(FOAM_LIBBIN)/dummy -lscotchDecomp \
|
|
-ledgeMesh \
|
|
-ltriSurface \
|
|
-lmeshTools \
|
|
-ldynamicMesh
|