NTScalar added

This commit is contained in:
Matej Sekoranja
2014-08-22 09:12:24 +02:00
parent 5b46b9ebed
commit 379a132cd7
6 changed files with 672 additions and 10 deletions

View File

@@ -7,11 +7,13 @@ SRC_DIRS += $(SRC)/nt
INC += nt.h
INC += ntfield.h
INC += ntscalar.h
INC += ntnameValue.h
INC += nttable.h
INC += ntmultiChannel.h
LIBSRCS += ntfield.cpp
LIBSRCS += ntscalar.cpp
LIBSRCS += ntnameValue.cpp
LIBSRCS += nttable.cpp
LIBSRCS += ntmultiChannel.cpp