dynamicLibrary::compileTemplate: Standardised naming convention for the dynamic compilation template files

which now all have Template.H or Template.C appended to differentiate them from
standard OpenFOAM library files.
This commit is contained in:
Henry Weller
2021-05-20 10:52:57 +01:00
parent 811abdfc4b
commit 4064161331
16 changed files with 17 additions and 19 deletions

View File

@ -7,7 +7,7 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/cfdTools \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lfluidThermophysicalModels \