Moved the writeFuns into the vtkWriteOps namespace which is extensible, see the the write functions in setSet as an example of this.
10 lines
180 B
Plaintext
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)
|