mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
applications/utilities: Reorganized
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
streamFunction.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/streamFunction
|
||||
@ -0,0 +1,8 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lgenericPatchFields \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools
|
||||
Reference in New Issue
Block a user