Add the OpenFOAM source tree
This commit is contained in:
5
applications/utilities/surface/surfaceCoarsen/Make/files
Normal file
5
applications/utilities/surface/surfaceCoarsen/Make/files
Normal file
@ -0,0 +1,5 @@
|
||||
bunnylod/progmesh.C
|
||||
bunnylod/vector.C
|
||||
surfaceCoarsen.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/surfaceCoarsen
|
||||
@ -0,0 +1,7 @@
|
||||
EXE_INC = \
|
||||
-Ibunnylod \
|
||||
-I$(LIB_SRC)/triSurface/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-ltriSurface \
|
||||
-lmeshTools
|
||||
Reference in New Issue
Block a user