mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
foamNewApp: script to create template for a new application
Creates a directory containing source .C file and Make directory Will deprecate foamNewSource with App argument in due course
This commit is contained in:
3
etc/codeTemplates/app/Make/files
Normal file
3
etc/codeTemplates/app/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
NAME.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/NAME
|
||||
7
etc/codeTemplates/app/Make/options
Normal file
7
etc/codeTemplates/app/Make/options
Normal file
@ -0,0 +1,7 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools
|
||||
Reference in New Issue
Block a user