Add NTAggregate including builder and unit tests

This commit is contained in:
Dave Hickin
2015-08-20 08:41:45 +01:00
parent 0d66034092
commit f6f5539f7b
6 changed files with 811 additions and 0 deletions
+2
View File
@@ -18,6 +18,7 @@ INC += ntndarray.h
INC += ntmatrix.h
INC += ntenum.h
INC += ntunion.h
INC += ntaggregate.h
LIBSRCS += ntutils.cpp
LIBSRCS += ntfield.cpp
@@ -31,6 +32,7 @@ LIBSRCS += ntndarray.cpp
LIBSRCS += ntmatrix.cpp
LIBSRCS += ntenum.cpp
LIBSRCS += ntunion.cpp
LIBSRCS += ntaggregate.cpp
LIBRARY = nt