mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Alias
- Removal of alias load/resolve code, which (1) needs a rewrite, and (2) belongs in the Parser.
This commit is contained in:
parent
6145869f43
commit
5b9413b02c
5 changed files with 1 additions and 177 deletions
|
@ -5,8 +5,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src/columns
|
||||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (task_SRCS Alias.cpp Alias.h
|
||||
Color.cpp Color.h
|
||||
set (task_SRCS Color.cpp Color.h
|
||||
Config.cpp Config.h
|
||||
Context.cpp Context.h
|
||||
DOM.cpp DOM.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue