mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands
- Added logo command, for fun. - Renamed commands to CmdXxxxx for clarity and commonality with columns.
This commit is contained in:
parent
8bc7d5932b
commit
dd1be996a6
6 changed files with 248 additions and 22 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue