mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Renamed A3t to Parser.
This commit is contained in:
parent
ecd64456ae
commit
79abddd03d
25 changed files with 240 additions and 241 deletions
|
@ -6,7 +6,6 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (task_SRCS A3.cpp A3.h
|
||||
A3t.cpp A3t.h
|
||||
Alias.cpp Alias.h
|
||||
Arg.cpp Arg.h
|
||||
Color.cpp Color.h
|
||||
|
@ -28,6 +27,7 @@ set (task_SRCS A3.cpp A3.h
|
|||
Msg.cpp Msg.h
|
||||
Nibbler.cpp Nibbler.h
|
||||
OldDuration.cpp OldDuration.h
|
||||
Parser.cpp Parser.h
|
||||
Path.cpp Path.h
|
||||
RX.cpp RX.h
|
||||
TDB2.cpp TDB2.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue