Files
OpenFOAM-12/applications/utilities/mesh/manipulation/setSet/Make/options
Henry Weller 9ff1e2e168 foamToVTK: Rationalised the low-level write function to avoid 3x duplication
Moved the writeFuns into the vtkWriteOps namespace which is extensible, see the
the write functions in setSet as an example of this.
2020-01-28 16:12:57 +00:00

10 lines
180 B
Plaintext

EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
$(COMP_FLAGS)
EXE_LIBS = \
-lmeshTools \
-lfileFormats \
$(LINK_FLAGS)