mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: adjust common paraview library name to vtkPVFoamCommon
- similar prefixing as the dependent readers, making it easier to identify - add FOAM_API information as server module version
This commit is contained in:
committed by
Andrew Heather
parent
8495e8e92c
commit
713595f0c0
@ -9,7 +9,7 @@ EXE_INC = \
|
||||
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
||||
-I$(PARAVIEW_INC_DIR) \
|
||||
-I$(PARAVIEW_INC_DIR)/vtkkwiml \
|
||||
-I../../foamPv \
|
||||
-I../../common \
|
||||
-I../plugin/reader
|
||||
|
||||
LIB_LIBS = \
|
||||
@ -21,5 +21,5 @@ LIB_LIBS = \
|
||||
-ldynamicMesh \
|
||||
-lgenericPatchFields \
|
||||
-llagrangian \
|
||||
-L$(FOAM_LIBBIN) -lfoamPv-pv${PARAVIEW_API} \
|
||||
-L$(FOAM_LIBBIN) -lvtkPVFoamCommon-pv${PARAVIEW_API} \
|
||||
$(GLIBS)
|
||||
|
||||
Reference in New Issue
Block a user