PV4FoamReaders: Updated to build with ParaView-5.0.0 paraFoam: Updated to load PV4FoamReaders for ParaView-5.0.0 Currently this is experimental but if it becomes clear that ParaView-4 and ParaView-5 are and will remain consistent with respect to readers the plan is to rename PV4 -> PV or PV4 -> PV45 if it is assumed that PV6 may need to be different.
13 lines
336 B
Text
13 lines
336 B
Text
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
|
|
-I$(ParaView_INCLUDE_DIR) \
|
|
-I$(ParaView_INCLUDE_DIR)/vtkkwiml \
|
|
-I../../vtkPV4Readers/lnInclude \
|
|
-I../PV4blockMeshReader
|
|
|
|
LIB_LIBS = \
|
|
-lmeshTools \
|
|
-lblockMesh \
|
|
-L$(FOAM_LIBBIN) -lvtkPV4Readers \
|
|
$(GLIBS)
|