- Added logo command, for fun.
- Renamed commands to CmdXxxxx for clarity and commonality with columns.
This commit is contained in:
Paul Beckingham 2011-04-29 19:31:29 -04:00
parent 8bc7d5932b
commit dd1be996a6
6 changed files with 248 additions and 22 deletions

View file

@ -5,7 +5,8 @@ include_directories (${CMAKE_SOURCE_DIR}/src
${TASK_INCLUDE_DIRS})
set (commands_SRCS Command.cpp Command.h
Install.cpp Install.h)
CmdInstall.cpp CmdInstall.h
CmdLogo.cpp CmdLogo.h)
add_library (commands STATIC ${commands_SRCS})