mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
View
- Implemented tags.default, tags.indicator, tags.count.
This commit is contained in:
parent
ed7fc44685
commit
8a87db6163
5 changed files with 183 additions and 1 deletions
|
@ -8,6 +8,7 @@ set (columns_SRCS Column.cpp Column.h
|
|||
ColID.cpp ColID.h
|
||||
ColPriority.cpp ColPriority.h
|
||||
ColProject.cpp ColProject.h
|
||||
ColTags.cpp ColTags.h
|
||||
ColUUID.cpp ColUUID.h)
|
||||
|
||||
add_library (columns STATIC ${columns_SRCS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue