Skip to content
Snippets Groups Projects
Commit e7b5594f authored by mattijs's avatar mattijs
Browse files

COMP: ParaFoam: moved include directory setting to paraview.*sh

parent bc57d89d
Branches
Tags
No related merge requests found
/* Note: enable vtkPolyhedron when available */
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I../../vtkPV3Readers/lnInclude \
-I../PV3FoamReader \
-I$(PARAVIEW_INC) \
-I$(ParaView_INCLUDE_DIR) \
$(shell \
test -f $(PARAVIEW_INC)/vtkPolyhedron.h && \
test -f $(ParaView_INCLUDE_DIR)/vtkPolyhedron.h && \
echo "-DHAS_VTK_POLYHEDRON" || echo "-UHAS_VTK_POLYHEDRON" \
)
......
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
-I$(PARAVIEW_INC) \
-I$(ParaView_INCLUDE_DIR) \
-I../../vtkPV3Readers/lnInclude \
-I../PV3blockMeshReader
......
PARAVIEW_INC = $(ParaView_DIR)/include/paraview-$(ParaView_MAJOR)
EXE_INC = \
-I$(PARAVIEW_INC)
-I$(ParaView_INCLUDE_DIR)
LIB_LIBS = \
$(GLIBS)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment