CmdTrack: Added stub

This commit is contained in:
Paul Beckingham 2016-03-01 00:56:08 -05:00
parent 17760c027d
commit a95d0e9b64
3 changed files with 42 additions and 4 deletions

View file

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