mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Columns
- Implemented ColPriority, with 'default' and 'long' formats. - Implemented ColProject 'parent' format.
This commit is contained in:
parent
dd1be996a6
commit
9fd819e3a0
9 changed files with 195 additions and 16 deletions
|
@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}/src
|
|||
|
||||
set (columns_SRCS Column.cpp Column.h
|
||||
ColID.cpp ColID.h
|
||||
ColPriority.cpp ColPriority.h
|
||||
ColProject.cpp ColProject.h)
|
||||
|
||||
add_library (columns STATIC ${columns_SRCS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue