Add NTAttribute including builder

This commit is contained in:
Dave Hickin
2015-08-20 08:43:27 +01:00
parent f6f5539f7b
commit b40eca79cf
4 changed files with 433 additions and 0 deletions
+2
View File
@@ -19,6 +19,7 @@ INC += ntmatrix.h
INC += ntenum.h
INC += ntunion.h
INC += ntaggregate.h
INC += ntattribute.h
LIBSRCS += ntutils.cpp
LIBSRCS += ntfield.cpp
@@ -33,6 +34,7 @@ LIBSRCS += ntmatrix.cpp
LIBSRCS += ntenum.cpp
LIBSRCS += ntunion.cpp
LIBSRCS += ntaggregate.cpp
LIBSRCS += ntattribute.cpp
LIBRARY = nt