mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/mesh/blockMesh/lnInclude \
|
|
-I$(ParaView_DIR)/VTK \
|
|
-I$(ParaView_INST_DIR) \
|
|
-I$(ParaView_INST_DIR)/VTK \
|
|
-I$(ParaView_INST_DIR)/VTK/Common \
|
|
-I$(ParaView_INST_DIR)/VTK/Filtering \
|
|
-I$(ParaView_INST_DIR)/VTK/Rendering \
|
|
-I../PV3blockMeshReader
|
|
|
|
LIB_LIBS = \
|
|
-lmeshTools \
|
|
-lblockMesh \
|
|
$(GLIBS)
|