Add the OpenFOAM source tree
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
foamCalcApp.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/foamCalc
|
||||
@ -0,0 +1,8 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/postProcessing/foamCalcFunctions/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lgenericPatchFields \
|
||||
-lfoamCalcFunctions
|
||||
Reference in New Issue
Block a user