CmdStop: Added stub

This commit is contained in:
Paul Beckingham 2016-03-01 00:54:24 -05:00
parent ed08fce6b1
commit 17760c027d
3 changed files with 39 additions and 1 deletions

View file

@ -6,7 +6,8 @@ include_directories (${CMAKE_SOURCE_DIR}
set (commands_SRCS CmdDefault.cpp
CmdHelp.cpp
CmdStart.cpp)
CmdStart.cpp
CmdStop.cpp)
add_library (commands STATIC ${commands_SRCS})