CmdCancel: Added new command to abandon an active interval

This commit is contained in:
Paul Beckingham 2016-04-29 21:37:32 -04:00
parent abe6ccfd89
commit 1522af15e6
3 changed files with 59 additions and 1 deletions

View file

@ -5,7 +5,8 @@ include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/libshared/src
${TIMEW_INCLUDE_DIRS})
set (commands_SRCS CmdClear.cpp
set (commands_SRCS CmdCancel.cpp
CmdClear.cpp
CmdConfig.cpp
CmdContinue.cpp
CmdDefault.cpp