mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - diag
- Migrated diag.cpp to CmdDiagnostics.
This commit is contained in:
parent
0ce198ab8c
commit
ed97fcc108
9 changed files with 184 additions and 133 deletions
|
@ -5,17 +5,18 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src/columns
|
||||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (commands_SRCS Command.cpp Command.h
|
||||
CmdCustom.cpp CmdCustom.h
|
||||
CmdExec.cpp CmdExec.h
|
||||
CmdHelp.cpp CmdHelp.h
|
||||
CmdInfo.cpp CmdInfo.h
|
||||
CmdInstall.cpp CmdInstall.h
|
||||
CmdLogo.cpp CmdLogo.h
|
||||
CmdShow.cpp CmdShow.h
|
||||
CmdTags.cpp CmdTags.h
|
||||
CmdTip.cpp CmdTip.h
|
||||
CmdVersion.cpp CmdVersion.h)
|
||||
set (commands_SRCS Command.cpp Command.h
|
||||
CmdCustom.cpp CmdCustom.h
|
||||
CmdDiagnostics.cpp CmdDiagnostics.h
|
||||
CmdExec.cpp CmdExec.h
|
||||
CmdHelp.cpp CmdHelp.h
|
||||
CmdInfo.cpp CmdInfo.h
|
||||
CmdInstall.cpp CmdInstall.h
|
||||
CmdLogo.cpp CmdLogo.h
|
||||
CmdShow.cpp CmdShow.h
|
||||
CmdTags.cpp CmdTags.h
|
||||
CmdTip.cpp CmdTip.h
|
||||
CmdVersion.cpp CmdVersion.h)
|
||||
|
||||
add_library (commands STATIC ${commands_SRCS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue