mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Adding basic functionality from CV3D and creating initialPointsMethod runtime selectable method.
This commit is contained in:
@ -10,6 +10,7 @@ EXE_INC = \
|
||||
${EXE_NDEBUG} \
|
||||
${CGAL_INC} \
|
||||
-I$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1 \
|
||||
-I$(LIB_SRC)/conformalVoronoiMesh/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
||||
@ -18,6 +19,7 @@ EXE_INC = \
|
||||
EXE_LIBS = \
|
||||
-L$(BOOST_ROOT)/lib \
|
||||
-L$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1/platforms/$(WM_ARCH)$(WM_COMPILER_ARCH)/lib \
|
||||
-lconformalVoronoiMesh \
|
||||
-lmeshTools \
|
||||
-ltriSurface \
|
||||
-ldynamicMesh \
|
||||
|
||||
Reference in New Issue
Block a user