CmdDefault: Added stub

This commit is contained in:
Paul Beckingham 2016-03-01 00:43:00 -05:00
parent 1572472214
commit c27b9ab740
3 changed files with 41 additions and 1 deletions

View file

@ -4,7 +4,8 @@ include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/commands
${TIMEW_INCLUDE_DIRS})
set (commands_SRCS CmdHelp.cpp)
set (commands_SRCS CmdDefault.cpp
CmdHelp.cpp)
add_library (commands STATIC ${commands_SRCS})