Recurrence: Added stub for handleRecurrence2

This commit is contained in:
Paul Beckingham 2017-03-31 08:38:35 -04:00
parent f6f79d28ee
commit b40cc89235
4 changed files with 59 additions and 0 deletions

View file

@ -24,6 +24,7 @@ add_library (task CLI2.cpp CLI2.h
legacy.cpp
nag.cpp
recur.cpp
recur2.cpp
rules.cpp
sort.cpp
util.cpp util.h)