Skip to content

Commit 907cb4b

Browse files
committed
Update Makefile with Field.cpp and Util.cpp
1 parent 281e2de commit 907cb4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ SOURCES = src/TimeSeriesProperties.cpp \
2626
src/RowKeyPredicate.cpp \
2727
src/RowSet.cpp \
2828
src/TimestampUtils.cpp \
29+
src/Field.cpp \
30+
src/Util.cpp
2931

3032
all: $(PROGRAM)
3133

0 commit comments

Comments
 (0)