applications/utilities: Reorganized

This commit is contained in:
Henry Weller
2016-06-13 17:02:43 +01:00
parent fdf69b3c25
commit 029825b83c
25 changed files with 1 additions and 3 deletions

View File

@ -0,0 +1,3 @@
streamFunction.C
EXE = $(FOAM_APPBIN)/streamFunction

View File

@ -0,0 +1,8 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lgenericPatchFields \
-lfiniteVolume \
-lmeshTools