Add the OpenFOAM source tree
This commit is contained in:
3
applications/utilities/surface/surfaceToPatch/Make/files
Normal file
3
applications/utilities/surface/surfaceToPatch/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
surfaceToPatch.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/surfaceToPatch
|
||||
10
applications/utilities/surface/surfaceToPatch/Make/options
Normal file
10
applications/utilities/surface/surfaceToPatch/Make/options
Normal file
@ -0,0 +1,10 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/lnInclude
|
||||
|
||||
|
||||
EXE_LIBS = \
|
||||
-ltriSurface \
|
||||
-lmeshTools \
|
||||
-ldynamicMesh
|
||||
Reference in New Issue
Block a user