mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 09:17:19 +02:00
Parser Lib
- Relocated all old code into the parser lib.
This commit is contained in:
parent
0bd6363e1c
commit
3caf05b0c1
8 changed files with 5 additions and 5 deletions
|
@ -6,16 +6,13 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src/parser
|
||||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (task_SRCS A3.cpp A3.h
|
||||
Arg.cpp Arg.h
|
||||
Color.cpp Color.h
|
||||
set (task_SRCS Color.cpp Color.h
|
||||
Config.cpp Config.h
|
||||
Context.cpp Context.h
|
||||
DOM.cpp DOM.h
|
||||
Date.cpp Date.h
|
||||
Directory.cpp Directory.h
|
||||
Duration.cpp Duration.h
|
||||
E9.cpp E9.h
|
||||
File.cpp File.h
|
||||
Hooks.cpp Hooks.h
|
||||
JSON.cpp JSON.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue