mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
View
- Implemented uuid.default and uuid.short.
This commit is contained in:
parent
9849b4082d
commit
ed7fc44685
5 changed files with 133 additions and 6 deletions
|
@ -7,7 +7,8 @@ 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)
|
||||
ColProject.cpp ColProject.h
|
||||
ColUUID.cpp ColUUID.h)
|
||||
|
||||
add_library (columns STATIC ${columns_SRCS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue