mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CMake
- Added new CLI class.
This commit is contained in:
parent
8bb17fb2e8
commit
3b0606922f
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src/columns
|
||||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (task_SRCS Color.cpp Color.h
|
||||
set (task_SRCS CLI.cpp CLI.h
|
||||
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