mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
GIT: rename directory PDRsetFields -> PDR
This commit is contained in:
committed by
Andrew Heather
parent
649b1b1971
commit
e2d7ad5c60
@ -0,0 +1,3 @@
|
||||
PDRsetFields.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/PDRsetFields
|
||||
@ -0,0 +1,15 @@
|
||||
EXE_INC = \
|
||||
-I../pdrFields/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/fileFormats/lnInclude \
|
||||
-I$(LIB_SRC)/surfMesh/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/mesh/blockMesh/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lfileFormats \
|
||||
-lsurfMesh \
|
||||
-lmeshTools \
|
||||
-lblockMesh \
|
||||
-lpdrFields
|
||||
Reference in New Issue
Block a user